Medical Imaging Interaction Toolkit
2024.06.99-c70462f2
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkGizmoMapper2D_h
14 #define mitkGizmoMapper2D_h
18 #include <vtkPolyDataMapper.h>
39 itkFactorylessNewMacro(
Self);
49 bool overwrite =
false);
62 const Gizmo *GetInput();
82 itk::TimeStamp m_LastUpdateTime;
88 LocalStorageHandler<LocalStorage> m_LSH;
void ResetMapper(mitk::BaseRenderer *renderer) override
"Resets" the mapper, setting its result to invisible.
vtkPolyData * GetVtkPolyData(mitk::BaseRenderer *renderer)
mitkClassMacro(GizmoMapper2D, VtkMapper)
vtkProp * GetVtkProp(mitk::BaseRenderer *renderer) override
Return the vtkProp that represents the "rendering result".
Find image slices visible on a given plane.
static void SetDefaultProperties(mitk::DataNode *node, mitk::BaseRenderer *renderer=nullptr, bool overwrite=false)
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.
L * GetLocalStorage(mitk::BaseRenderer *forRenderer)
Retrieves a LocalStorage for a specific BaseRenderer.
Class for nodes of the DataTree.