Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkContourModelSetMapper3D_h
14 #define mitkContourModelSetMapper3D_h
27 #include <vtkAssembly.h>
28 #include <vtkPolyData.h>
29 #include <vtkPolyDataMapper.h>
31 #include <vtkSmartPointer.h>
32 #include <vtkTubeFilter.h>
43 itkFactorylessNewMacro(
Self);
93 virtual void ApplyContourModelSetProperties(
BaseRenderer *renderer);
~LocalStorage() override
Default deconstructor of the local storage.
itk::TimeStamp m_LastUpdateTime
Timestamp of last update of stored data.
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
itk::SmartPointer< Self > Pointer
Find image slices visible on a given plane.
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...
mitk::ContourModelToSurfaceFilter::Pointer m_contourToPolyData
vtkSmartPointer< vtkAssembly > m_Assembly
Assembly of contours.
#define mitkClassMacro(className, SuperClassName)
#define MITKCONTOURMODEL_EXPORT
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.