Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::AxisOverlay::LocalStorage Class Reference

#include <QmlAxisOverlay.h>

Inheritance diagram for mitk::AxisOverlay::LocalStorage:
Collaboration diagram for mitk::AxisOverlay::LocalStorage:

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...
 

Detailed Description

Definition at line 31 of file QmlAxisOverlay.h.

Constructor & Destructor Documentation

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.

Member Data Documentation

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().


The documentation for this class was generated from the following files: