Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmlAxisOverlay.h>
Public Member Functions | |
LocalStorage () | |
Default constructor of the local storage. More... | |
~LocalStorage () | |
Default deconstructor of the local storage. More... | |
Public Attributes | |
bool | m_initialized |
Actor of a 2D render window. More... | |
vtkSmartPointer< vtkAxesActor > | m_axesActor |
vtkSmartPointer< vtkOrientationMarkerWidget > | m_widget |
vtkSmartPointer< vtkActor > | m_dummyActor |
vtkSmartPointer< vtkPolyDataMapper > | m_dummyMapper |
vtkSmartPointer< vtkSphereSource > | m_dummySource |
itk::TimeStamp | m_LastUpdateTime |
Timestamp of last update of stored data. More... | |
Definition at line 31 of file QmlAxisOverlay.h.
mitk::AxisOverlay::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
Definition at line 37 of file QmlAxisOverlay.cpp.
References mitk::New().
mitk::AxisOverlay::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
Definition at line 33 of file QmlAxisOverlay.cpp.
vtkSmartPointer<vtkAxesActor> mitk::AxisOverlay::LocalStorage::m_axesActor |
Definition at line 36 of file QmlAxisOverlay.h.
Referenced by mitk::AxisOverlay::UpdateVtkOverlay().
vtkSmartPointer<vtkActor> mitk::AxisOverlay::LocalStorage::m_dummyActor |
Definition at line 39 of file QmlAxisOverlay.h.
Referenced by mitk::AxisOverlay::GetVtkProp().
vtkSmartPointer<vtkPolyDataMapper> mitk::AxisOverlay::LocalStorage::m_dummyMapper |
Definition at line 40 of file QmlAxisOverlay.h.
vtkSmartPointer<vtkSphereSource> mitk::AxisOverlay::LocalStorage::m_dummySource |
Definition at line 41 of file QmlAxisOverlay.h.
bool mitk::AxisOverlay::LocalStorage::m_initialized |
Actor of a 2D render window.
Definition at line 35 of file QmlAxisOverlay.h.
Referenced by mitk::AxisOverlay::UpdateVtkOverlay().
itk::TimeStamp mitk::AxisOverlay::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 44 of file QmlAxisOverlay.h.
vtkSmartPointer<vtkOrientationMarkerWidget> mitk::AxisOverlay::LocalStorage::m_widget |
Definition at line 37 of file QmlAxisOverlay.h.
Referenced by mitk::AxisOverlay::UpdateVtkOverlay().