17 #ifndef MITKVtkGLMapperWrapper_H_HEADER
18 #define MITKVtkGLMapperWrapper_H_HEADER
25 #include <vtkSmartPointer.h>
60 virtual void ApplyColorAndOpacityProperties(
mitk::BaseRenderer *renderer, vtkActor *actor)
override;
68 virtual DataNode *GetDataNode()
const override;
81 void Disable2DOpenGL();
Base class for mapper specific rendering ressources.
#define mitkNewMacro1Param(classname, type)
mitk::LocalStorageHandler< LocalStorage > m_LSH
The LocalStorageHandler holds all (three) LocalStorages for the three 2D render windows.
Organizes the rendering process.
static void Update(vtkPolyData *)
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
DataCollection - Class to facilitate loading/accessing structured data.
Vtk-based 2D mapper for PointSet.
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< vtkGLMapperProp > m_GLMapperProp
virtual void SetDataNode(DataNode *dataNode) override
The vtkGLMapperProp class is a VtkProp, wrapping a GLMapper.
#define MITKLEGACYGL_EXPORT
GLMapper::Pointer m_MitkGLMapper
Class for nodes of the DataTree.