Medical Imaging Interaction Toolkit
2023.04.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)
Vtk-based 2D mapper for PointSet.
#define MITKLEGACYGL_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
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.