Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkTextOverlay2D.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::Overlay::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Overlay *overlay) |
void | UpdateGenerateDataTime () |
itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
vtkSmartPointer< vtkTextActor > | m_TextActor |
Actor of a 2D render window. More... | |
vtkSmartPointer< vtkTextProperty > | m_TextProp |
vtkSmartPointer< vtkTextActor > | m_STextActor |
vtkSmartPointer< vtkTextProperty > | m_STextProp |
vtkSmartPointer< vtkPropAssembly > | m_Assembly |
itk::TimeStamp | m_LastUpdateTime |
Timestamp of last update of stored data. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Overlay::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Definition at line 34 of file mitkTextOverlay2D.h.
mitk::TextOverlay2D::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
Definition at line 73 of file mitkTextOverlay2D.cpp.
References mitk::New().
mitk::TextOverlay2D::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
Definition at line 69 of file mitkTextOverlay2D.cpp.
vtkSmartPointer<vtkPropAssembly> mitk::TextOverlay2D::LocalStorage::m_Assembly |
Definition at line 46 of file mitkTextOverlay2D.h.
Referenced by mitk::TextOverlay2D::GetVtkProp().
itk::TimeStamp mitk::TextOverlay2D::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 49 of file mitkTextOverlay2D.h.
vtkSmartPointer<vtkTextActor> mitk::TextOverlay2D::LocalStorage::m_STextActor |
Definition at line 42 of file mitkTextOverlay2D.h.
Referenced by mitk::TextOverlay2D::SetBoundsOnDisplay(), and mitk::TextOverlay2D::UpdateVtkOverlay2D().
vtkSmartPointer<vtkTextProperty> mitk::TextOverlay2D::LocalStorage::m_STextProp |
Definition at line 44 of file mitkTextOverlay2D.h.
Referenced by mitk::TextOverlay2D::UpdateVtkOverlay2D().
vtkSmartPointer<vtkTextActor> mitk::TextOverlay2D::LocalStorage::m_TextActor |
Actor of a 2D render window.
Definition at line 38 of file mitkTextOverlay2D.h.
Referenced by mitk::TextOverlay2D::GetBoundsOnDisplay(), mitk::TextOverlay2D::GetVtkActor2D(), mitk::TextOverlay2D::SetBoundsOnDisplay(), and mitk::TextOverlay2D::UpdateVtkOverlay2D().
vtkSmartPointer<vtkTextProperty> mitk::TextOverlay2D::LocalStorage::m_TextProp |
Definition at line 40 of file mitkTextOverlay2D.h.
Referenced by mitk::TextOverlay2D::UpdateVtkOverlay2D().