Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage Class Reference

#include <mitkOdfVtkMapper2D.h>

Inheritance diagram for mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage:
Collaboration diagram for mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage:

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...
 

Detailed Description

template<class TPixelType, int NrOdfDirections>
class mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage

Definition at line 90 of file mitkOdfVtkMapper2D.h.

Constructor & Destructor Documentation

template<class TPixelType, int NrOdfDirections>
mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

template<class TPixelType, int NrOdfDirections>
mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::~LocalStorage ( )
inline

Default deconstructor of the local storage.

Definition at line 105 of file mitkOdfVtkMapper2D.h.

Member Data Documentation

template<class TPixelType, int NrOdfDirections>
itk::TimeStamp mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_LastUpdateTime

Definition at line 100 of file mitkOdfVtkMapper2D.h.

template<class TPixelType, int NrOdfDirections>
std::vector< vtkSmartPointer<vtkActor> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsActors

Definition at line 96 of file mitkOdfVtkMapper2D.h.

template<class TPixelType, int NrOdfDirections>
std::vector< vtkSmartPointer<vtkPolyDataMapper> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsMappers

Definition at line 97 of file mitkOdfVtkMapper2D.h.

template<class TPixelType, int NrOdfDirections>
std::vector< vtkSmartPointer<vtkAppendPolyData> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_OdfsPlanes

Definition at line 95 of file mitkOdfVtkMapper2D.h.

template<class TPixelType, int NrOdfDirections>
std::vector< vtkSmartPointer<vtkPropAssembly> > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_PropAssemblies

Definition at line 94 of file mitkOdfVtkMapper2D.h.

template<class TPixelType, int NrOdfDirections>
vtkSmartPointer< vtkPolyData > mitk::OdfVtkMapper2D< TPixelType, NrOdfDirections >::LocalStorage::m_TemplateOdf

Definition at line 98 of file mitkOdfVtkMapper2D.h.


The documentation for this class was generated from the following file: