Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkContourModelMapper2D_h
14 #define mitkContourModelMapper2D_h
26 #include <vtkPolyData.h>
27 #include <vtkPolyDataMapper.h>
29 #include <vtkSmartPointer.h>
40 itkFactorylessNewMacro(
Self);
vtkSmartPointer< vtkActor > m_Actor
Actor of a 2D render window.
Find image slices visible on a given plane.
vtkSmartPointer< vtkPolyDataMapper > m_Mapper
Mapper of a 2D render window.
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
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.
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
~LocalStorage() override
Default deconstructor of the local storage.
#define mitkClassMacro(className, SuperClassName)
#define MITKCONTOURMODEL_EXPORT
vtkSmartPointer< vtkPolyData > m_OutlinePolyData
Class for nodes of the DataTree.
void SetDefaultProperties(DataNode *node, BaseRenderer *renderer, bool override)
Set common default properties for both 2-d and 3-d ROI mappers.
itk::TimeStamp m_LastUpdateTime
Timestamp of last update of stored data.