17 #ifndef _MITK_VECTOR_IMAGE_VTK_MAPPER_3D__H
18 #define _MITK_VECTOR_IMAGE_VTK_MAPPER_3D__H
27 class vtkPolyDataMapper;
39 itkFactorylessNewMacro(
Self)
44 itkSetMacro(MaximumNumberOfPoints,
unsigned int);
45 itkGetMacro(MaximumNumberOfPoints,
unsigned int);
47 itkSetMacro(UseMaskPoints,
bool);
48 itkGetMacro(UseMaskPoints,
bool);
49 itkBooleanMacro(UseMaskPoints);
51 itkSetMacro(RandomMode,
bool);
52 itkGetMacro(RandomMode,
bool);
53 itkBooleanMacro(RandomMode);
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
Base class of all Vtk Mappers in order to display primitives by exploiting Vtk functionality.
Base class of all mappers, Vtk as well as OpenGL mappers.
#define MITKDIFFUSIONCORE_EXPORT
unsigned int m_MaximumNumberOfPoints
vtkPolyDataMapper * m_Glyph3DMapper
vtkActor * m_Glyph3DActor
LocalStorageHandler< BaseLocalStorage > m_LSH
#define mitkClassMacro(className, SuperClassName)
vtkMaskedGlyph3D * m_Glyph3DGenerator
Image class for storing images.