Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkLabelSetImageVtkMapper2D_h
14 #define mitkLabelSetImageVtkMapper2D_h
27 #include <vtkSmartPointer.h>
30 class vtkPolyDataMapper;
34 class vtkImageReslice;
vtkSmartPointer< vtkPolyData > m_EmptyPolyData
#define MITKMULTILABEL_EXPORT
vtkSmartPointer< vtkActor > m_OutlineActor
An actor for the outline.
std::vector< vtkSmartPointer< vtkActor > > m_LayerActorVector
std::vector< vtkSmartPointer< vtkNeverTranslucentTexture > > m_LayerTextureVector
Describes a two-dimensional, rectangular plane.
vtkSmartPointer< vtkActor > m_OutlineShadowActor
An actor for the outline shadow.
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
itk::TimeStamp m_LastDataUpdateTime
Timestamp of last update of stored data.
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
Image class for storing images.
vtkSmartPointer< vtkPlaneSource > m_Plane
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
DataCollection - Class to facilitate loading/accessing structured data.
itk::TimeStamp m_LastPropertyUpdateTime
Timestamp of last update of a property.
Base class of all mappers, Vtk as well as OpenGL mappers.
Base class of all Vtk Mappers in order to display primitives by exploiting Vtk functionality.
Base class for mapper specific rendering resources.
Applies the grayvalue or color/opacity level window to scalar or RGB(A) images.
vtkSmartPointer< vtkPropAssembly > m_Actors
std::vector< mitk::ExtractSliceFilter::Pointer > m_ReslicerVector
Describes the geometry of a data object consisting of slices.
mitk::ScalarType * m_mmPerPixel
mmPerPixel relation between pixel and mm. (World spacing).
#define mitkClassMacro(className, SuperClassName)
std::vector< vtkSmartPointer< vtkPolyDataMapper > > m_LayerMapperVector
vtkSmartPointer< vtkPolyData > m_OutlinePolyData
Mapper to resample and display 2D slices of a 3D labelset image.
vtkSmartPointer< vtkPolyDataMapper > m_OutlineMapper
A mapper for the outline.
std::vector< vtkSmartPointer< vtkImageData > > m_ReslicedImageVector
Class for nodes of the DataTree.
VTK Fix to speed up our image rendering.
std::vector< vtkSmartPointer< vtkMitkLevelWindowFilter > > m_LevelWindowFilterVector
This filter is used to apply the level window to Grayvalue and RBG(A) images.