17 #ifndef _MITK_CONTOURMODEL_MAPPER_H_
18 #define _MITK_CONTOURMODEL_MAPPER_H_
30 #include <vtkPolyData.h>
31 #include <vtkPolyDataMapper.h>
33 #include <vtkSmartPointer.h>
44 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
92 virtual vtkSmartPointer<vtkPolyData> CreateVtkPolyDataFromContour(
mitk::ContourModel *inputContour,
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
Base class for mapper specific rendering ressources.
Organizes the rendering process.
#define MITKCONTOURMODEL_EXPORT
static void Update(vtkPolyData *)
DataCollection - Class to facilitate loading/accessing structured data.
Base class of all Vtk Mappers in order to display primitives by exploiting Vtk functionality.
Base class of all mappers, Vtk as well as OpenGL mappers.
#define mitkClassMacro(className, SuperClassName)
vtkSmartPointer< vtkPolyDataMapper > m_Mapper
Mapper of a 2D render window.
vtkSmartPointer< vtkActor > m_Actor
Actor of a 2D render window.
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
itk::TimeStamp m_LastUpdateTime
Timestamp of last update of stored data.
~LocalStorage()
Default deconstructor of the local storage.
vtkSmartPointer< vtkPolyData > m_OutlinePolyData
Class for nodes of the DataTree.