Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkVtkGLMapperWrapper_h
14 #define mitkVtkGLMapperWrapper_h
21 #include <vtkSmartPointer.h>
56 void ApplyColorAndOpacityProperties(
mitk::BaseRenderer *renderer, vtkActor *actor)
override;
62 void SetDataNode(
DataNode *node)
override;
64 DataNode *GetDataNode()
const override;
77 void Disable2DOpenGL();
GLMapper::Pointer m_MitkGLMapper
#define mitkNewMacro1Param(classname, type)
itk::SmartPointer< Self > Pointer
Vtk-based 2D mapper for PointSet.
#define MITKLEGACYGL_EXPORT
Find image slices visible on a given plane.
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
vtkSmartPointer< vtkGLMapperProp > m_GLMapperProp
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.
The vtkGLMapperProp class is a VtkProp, wrapping a GLMapper.
#define mitkClassMacro(className, SuperClassName)
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
Class for nodes of the DataTree.