Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkContourModelMapper3D_h
14 #define mitkContourModelMapper3D_h
26 #include <vtkPolyData.h>
27 #include <vtkPolyDataMapper.h>
29 #include <vtkSmartPointer.h>
30 #include <vtkTubeFilter.h>
41 itkFactorylessNewMacro(
Self);
itk::TimeStamp m_LastUpdateTime
Timestamp of last update of stored data.
vtkSmartPointer< vtkPolyData > m_OutlinePolyData
vtkSmartPointer< vtkPolyDataMapper > m_Mapper
Mapper of a 2D render window.
Find image slices visible on a given plane.
vtkSmartPointer< vtkActor > m_Actor
Actor of a 2D render window.
vtkSmartPointer< vtkTubeFilter > m_TubeFilter
Base class of all mappers, Vtk as well as OpenGL mappers.
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
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...
#define mitkClassMacro(className, SuperClassName)
#define MITKCONTOURMODEL_EXPORT
~LocalStorage() override
Default deconstructor of the local storage.
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.