|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkContourModelSetMapper3D.h>


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 | |
| BaseLocalStorage & | operator= (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... | |
Definition at line 57 of file mitkContourModelSetMapper3D.h.
| mitk::ContourModelSetMapper3D::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
|
inlineoverride |
Default deconstructor of the local storage.
Definition at line 71 of file mitkContourModelSetMapper3D.h.
| vtkSmartPointer<vtkAssembly> mitk::ContourModelSetMapper3D::LocalStorage::m_Assembly |
Assembly of contours.
Definition at line 61 of file mitkContourModelSetMapper3D.h.
| mitk::ContourModelToSurfaceFilter::Pointer mitk::ContourModelSetMapper3D::LocalStorage::m_contourToPolyData |
Definition at line 63 of file mitkContourModelSetMapper3D.h.
| itk::TimeStamp mitk::ContourModelSetMapper3D::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 66 of file mitkContourModelSetMapper3D.h.