Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Internal class holding the vtkActor, etc. for each of the render windows. More...
#include <mitkLabelAnnotation3D.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::Annotation::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Annotation *Annotation) |
void | UpdateGenerateDataTime () |
itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
vtkSmartPointer< vtkPolyData > | m_Points |
vtkSmartPointer< vtkActor2D > | m_LabelsActor |
vtkSmartPointer< vtkIntArray > | m_Sizes |
vtkSmartPointer< vtkStringArray > | m_Labels |
vtkSmartPointer< vtkLabelPlacementMapper > | m_LabelMapper |
vtkSmartPointer< vtkPointSetToLabelHierarchy > | m_PointSetToLabelHierarchyFilter |
itk::TimeStamp | m_LastUpdateTime |
Timestamp of last update of stored data. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Annotation::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Internal class holding the vtkActor, etc. for each of the render windows.
Definition at line 39 of file mitkLabelAnnotation3D.h.
mitk::LabelAnnotation3D::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
mitk::LabelAnnotation3D::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
vtkSmartPointer<vtkLabelPlacementMapper> mitk::LabelAnnotation3D::LocalStorage::m_LabelMapper |
Definition at line 46 of file mitkLabelAnnotation3D.h.
vtkSmartPointer<vtkStringArray> mitk::LabelAnnotation3D::LocalStorage::m_Labels |
Definition at line 45 of file mitkLabelAnnotation3D.h.
vtkSmartPointer<vtkActor2D> mitk::LabelAnnotation3D::LocalStorage::m_LabelsActor |
Definition at line 43 of file mitkLabelAnnotation3D.h.
itk::TimeStamp mitk::LabelAnnotation3D::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 50 of file mitkLabelAnnotation3D.h.
vtkSmartPointer<vtkPolyData> mitk::LabelAnnotation3D::LocalStorage::m_Points |
Definition at line 42 of file mitkLabelAnnotation3D.h.
vtkSmartPointer<vtkPointSetToLabelHierarchy> mitk::LabelAnnotation3D::LocalStorage::m_PointSetToLabelHierarchyFilter |
Definition at line 47 of file mitkLabelAnnotation3D.h.
vtkSmartPointer<vtkIntArray> mitk::LabelAnnotation3D::LocalStorage::m_Sizes |
Definition at line 44 of file mitkLabelAnnotation3D.h.