Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows. More...
#include <mitkVtkGLMapperWrapper.h>
Public Member Functions | |
LocalStorage () | |
~LocalStorage () | |
Public Member Functions inherited from mitk::Mapper::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Mapper *mapper, mitk::DataNode *dataNode) const |
void | UpdateGenerateDataTime () |
itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
vtkSmartPointer< vtkGLMapperProp > | m_GLMapperProp |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Mapper::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
Definition at line 49 of file mitkVtkGLMapperWrapper.h.
mitk::VtkGLMapperWrapper::LocalStorage::LocalStorage | ( | ) |
Definition at line 25 of file mitkVtkGLMapperWrapper.cpp.
References m_GLMapperProp, and mitk::New().
mitk::VtkGLMapperWrapper::LocalStorage::~LocalStorage | ( | ) |
Definition at line 30 of file mitkVtkGLMapperWrapper.cpp.
vtkSmartPointer<vtkGLMapperProp> mitk::VtkGLMapperWrapper::LocalStorage::m_GLMapperProp |
Definition at line 57 of file mitkVtkGLMapperWrapper.h.
Referenced by mitk::VtkGLMapperWrapper::GenerateDataForRenderer(), mitk::VtkGLMapperWrapper::GetVtkProp(), and LocalStorage().