Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkOdfVtkMapper2D.h>
Public Member Functions | |
LocalStorage () | |
Default constructor of the local storage. More... | |
~LocalStorage () | |
Default deconstructor of the local storage. More... | |
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 | |
std::vector< vtkSmartPointer< vtkPropAssembly > > | m_PropAssemblies |
std::vector< vtkSmartPointer< vtkAppendPolyData > > | m_OdfsPlanes |
std::vector< vtkSmartPointer< vtkActor > > | m_OdfsActors |
std::vector< vtkSmartPointer< vtkPolyDataMapper > > | m_OdfsMappers |
vtkSmartPointer< vtkPolyData > | m_TemplateOdf |
itk::TimeStamp | m_LastUpdateTime |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Mapper::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Definition at line 90 of file mitkOdfVtkMapper2D.h.
mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
|
inline |
Default deconstructor of the local storage.
Definition at line 105 of file mitkOdfVtkMapper2D.h.
itk::TimeStamp mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_LastUpdateTime |
Definition at line 100 of file mitkOdfVtkMapper2D.h.
std::vector< vtkSmartPointer<vtkActor> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsActors |
Definition at line 96 of file mitkOdfVtkMapper2D.h.
std::vector< vtkSmartPointer<vtkPolyDataMapper> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsMappers |
Definition at line 97 of file mitkOdfVtkMapper2D.h.
std::vector< vtkSmartPointer<vtkAppendPolyData> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsPlanes |
Definition at line 95 of file mitkOdfVtkMapper2D.h.
std::vector< vtkSmartPointer<vtkPropAssembly> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_PropAssemblies |
Definition at line 94 of file mitkOdfVtkMapper2D.h.
vtkSmartPointer< vtkPolyData > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_TemplateOdf |
Definition at line 98 of file mitkOdfVtkMapper2D.h.