Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkContourModelSetMapper3D.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 | |
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 60 of file mitkContourModelSetMapper3D.h.
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().
|
inline |
Default deconstructor of the local storage.
Definition at line 74 of file mitkContourModelSetMapper3D.h.
vtkSmartPointer<vtkAssembly> mitk::ContourModelSetMapper3D::LocalStorage::m_Assembly |
Assembly of contours.
Definition at line 64 of file mitkContourModelSetMapper3D.h.
Referenced by mitk::ContourModelSetMapper3D::ApplyContourModelSetProperties(), mitk::ContourModelSetMapper3D::ApplyContourProperties(), and mitk::ContourModelSetMapper3D::GenerateDataForRenderer().
mitk::ContourModelToSurfaceFilter::Pointer mitk::ContourModelSetMapper3D::LocalStorage::m_contourToPolyData |
Definition at line 66 of file mitkContourModelSetMapper3D.h.
Referenced by mitk::ContourModelSetMapper3D::CreateVtkPolyDataFromContour().
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().