#include "VTKViewer_MarkerUtils.h"
#include <vtkImageData.h>
#include <QFile>
#include <QImage>
#include <QString>
#include <QTextStream>
Namespaces | |
namespace | VTK |
Functions | |
bool | VTK::LoadTextureData (const QString &theFileName, VTK::MarkerScale theMarkerScale, VTK::MarkerTexture &theMarkerTexture) |
vtkSmartPointer< vtkImageData > | VTK::MakeVTKImage (const VTK::MarkerTexture &theMarkerTexture, bool theWhiteForeground) |
QImage | VTK::ConvertToQImage (vtkImageData *theImageData) |
int | VTK::GetUniqueId (const VTK::MarkerMap &theMarkerMap) |