Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows. More...
#include <mitkPointSetVtkMapper2D.h>
Public Member Functions | |
LocalStorage () | |
~LocalStorage () override | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Mapper::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows.
Definition at line 135 of file mitkPointSetVtkMapper2D.h.
mitk::PointSetVtkMapper2D::LocalStorage::LocalStorage | ( | ) |
|
override |
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourActor |
Definition at line 175 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkCellArray> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourLines |
Definition at line 157 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_ContourPoints |
Definition at line 147 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_DistancesBetweenPoints |
Definition at line 154 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPropAssembly> mitk::PointSetVtkMapper2D::LocalStorage::m_PropAssembly |
Definition at line 188 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedActor |
Definition at line 174 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkGlyph3D> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedGlyph3D |
Definition at line 165 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkGlyphSource2D> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedGlyphSource2D |
Definition at line 161 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedPoints |
Definition at line 146 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_SelectedScales |
Definition at line 151 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkActor> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedActor |
Definition at line 173 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkGlyph3D> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedGlyph3D |
Definition at line 164 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkGlyphSource2D> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedGlyphSource2D |
Definition at line 160 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPoints> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedPoints |
Definition at line 145 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkFloatArray> mitk::PointSetVtkMapper2D::LocalStorage::m_UnselectedScales |
Definition at line 150 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkContourPolyData |
Definition at line 170 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkContourPolyDataMapper |
Definition at line 185 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkSelectedPointListPolyData |
Definition at line 169 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkSelectedPolyDataMapper |
Definition at line 184 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkTextActor> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextActor |
Definition at line 176 of file mitkPointSetVtkMapper2D.h.
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextAngleActors |
Definition at line 180 of file mitkPointSetVtkMapper2D.h.
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextDistanceActors |
Definition at line 179 of file mitkPointSetVtkMapper2D.h.
std::vector<vtkSmartPointer<vtkTextActor> > mitk::PointSetVtkMapper2D::LocalStorage::m_VtkTextLabelActors |
Definition at line 178 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyData> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkUnselectedPointListPolyData |
Definition at line 168 of file mitkPointSetVtkMapper2D.h.
vtkSmartPointer<vtkPolyDataMapper> mitk::PointSetVtkMapper2D::LocalStorage::m_VtkUnselectedPolyDataMapper |
Definition at line 183 of file mitkPointSetVtkMapper2D.h.