Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ContourModelSetMapper3D::LocalStorage Class Reference

#include <mitkContourModelSetMapper3D.h>

Inheritance diagram for mitk::ContourModelSetMapper3D::LocalStorage:
Collaboration diagram for mitk::ContourModelSetMapper3D::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

vtkSmartPointer< vtkAssembly > m_Assembly
 Assembly of contours. More...
 
mitk::ContourModelToSurfaceFilter::Pointer m_contourToPolyData
 
itk::TimeStamp m_LastUpdateTime
 Timestamp of last update of stored data. More...
 

Additional Inherited Members

- Protected Attributes inherited from mitk::Mapper::BaseLocalStorage
itk::TimeStamp m_LastGenerateDataTime
 timestamp of last update of stored data More...
 

Detailed Description

Definition at line 60 of file mitkContourModelSetMapper3D.h.

Constructor & Destructor Documentation

mitk::ContourModelSetMapper3D::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

Definition at line 222 of file mitkContourModelSetMapper3D.cpp.

References mitk::ContourModelToSurfaceFilter::New(), and mitk::New().

mitk::ContourModelSetMapper3D::LocalStorage::~LocalStorage ( )
inline

Default deconstructor of the local storage.

Definition at line 74 of file mitkContourModelSetMapper3D.h.

Member Data Documentation

vtkSmartPointer<vtkAssembly> mitk::ContourModelSetMapper3D::LocalStorage::m_Assembly
mitk::ContourModelToSurfaceFilter::Pointer mitk::ContourModelSetMapper3D::LocalStorage::m_contourToPolyData
itk::TimeStamp mitk::ContourModelSetMapper3D::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 69 of file mitkContourModelSetMapper3D.h.

Referenced by mitk::ContourModelSetMapper3D::Update().


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