Medical Imaging Interaction Toolkit
2023.04.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);
89 virtual vtkSmartPointer<vtkPolyData> CreateVtkPolyDataFromContour(
mitk::ContourModel *inputContour,
vtkSmartPointer< vtkActor > m_Actor
Actor of a 2D render window.
DataCollection - Class to facilitate loading/accessing structured data.
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.
itk::TimeStamp m_LastUpdateTime
Timestamp of last update of stored data.