Medical Imaging Interaction Toolkit  2023.12.99-63768887
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 () override
 Default deconstructor of the local storage. More...
 
- Public Member Functions inherited from mitk::Mapper::BaseLocalStorage
 BaseLocalStorage ()=default
 
virtual ~BaseLocalStorage ()=default
 
 BaseLocalStorage (const BaseLocalStorage &)=delete
 
BaseLocalStorageoperator= (const BaseLocalStorage &)=delete
 
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 57 of file mitkContourModelSetMapper3D.h.

Constructor & Destructor Documentation

◆ LocalStorage()

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

Default constructor of the local storage.

◆ ~LocalStorage()

mitk::ContourModelSetMapper3D::LocalStorage::~LocalStorage ( )
inlineoverride

Default deconstructor of the local storage.

Definition at line 71 of file mitkContourModelSetMapper3D.h.

Member Data Documentation

◆ m_Assembly

vtkSmartPointer<vtkAssembly> mitk::ContourModelSetMapper3D::LocalStorage::m_Assembly

Assembly of contours.

Definition at line 61 of file mitkContourModelSetMapper3D.h.

◆ m_contourToPolyData

mitk::ContourModelToSurfaceFilter::Pointer mitk::ContourModelSetMapper3D::LocalStorage::m_contourToPolyData

Definition at line 63 of file mitkContourModelSetMapper3D.h.

◆ m_LastUpdateTime

itk::TimeStamp mitk::ContourModelSetMapper3D::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 66 of file mitkContourModelSetMapper3D.h.


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