|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Internal class holding the mapper, actor, etc. for each of the 3 2D render windows. More...
#include <mitkPlaneGeometryDataMapper2D.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 () |
Public Attributes | |
| vtkSmartPointer< vtkActor2D > | m_CrosshairActor |
| vtkSmartPointer< vtkActor2D > | m_CrosshairHelperLineActor |
| vtkSmartPointer< vtkActor2D > | m_ArrowActor |
| vtkSmartPointer< vtkPolyDataMapper2D > | m_HelperLinesmapper |
| vtkSmartPointer< vtkPolyDataMapper2D > | m_Arrowmapper |
| vtkSmartPointer< vtkPolyDataMapper2D > | m_Mapper |
| vtkSmartPointer< vtkPropAssembly > | m_CrosshairAssembly |
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 69 of file mitkPlaneGeometryDataMapper2D.h.
| mitk::PlaneGeometryDataMapper2D::LocalStorage::LocalStorage | ( | ) |
Definition at line 671 of file mitkPlaneGeometryDataMapper2D.cpp.
|
override |
Definition at line 704 of file mitkPlaneGeometryDataMapper2D.cpp.
| vtkSmartPointer<vtkActor2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_ArrowActor |
Definition at line 81 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::ApplyAllProperties(), and mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().
| vtkSmartPointer<vtkPolyDataMapper2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_Arrowmapper |
Definition at line 83 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().
| vtkSmartPointer<vtkActor2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_CrosshairActor |
Definition at line 79 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::ApplyAllProperties(), and mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().
| vtkSmartPointer<vtkPropAssembly> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_CrosshairAssembly |
Definition at line 85 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::GetVtkProp().
| vtkSmartPointer<vtkActor2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_CrosshairHelperLineActor |
Definition at line 80 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::ApplyAllProperties(), and mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().
| vtkSmartPointer<vtkPolyDataMapper2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_HelperLinesmapper |
Definition at line 82 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().
| vtkSmartPointer<vtkPolyDataMapper2D> mitk::PlaneGeometryDataMapper2D::LocalStorage::m_Mapper |
Definition at line 84 of file mitkPlaneGeometryDataMapper2D.h.
Referenced by mitk::PlaneGeometryDataMapper2D::CreateVtkCrosshair().