Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkTextAnnotation2D.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::Annotation::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Annotation *Annotation) |
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::Annotation::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Definition at line 30 of file mitkTextAnnotation2D.h.
mitk::TextAnnotation2D::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
mitk::TextAnnotation2D::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
vtkSmartPointer<vtkPropAssembly> mitk::TextAnnotation2D::LocalStorage::m_Assembly |
Definition at line 42 of file mitkTextAnnotation2D.h.
itk::TimeStamp mitk::TextAnnotation2D::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 45 of file mitkTextAnnotation2D.h.
vtkSmartPointer<vtkTextActor> mitk::TextAnnotation2D::LocalStorage::m_STextActor |
Definition at line 38 of file mitkTextAnnotation2D.h.
vtkSmartPointer<vtkTextProperty> mitk::TextAnnotation2D::LocalStorage::m_STextProp |
Definition at line 40 of file mitkTextAnnotation2D.h.
vtkSmartPointer<vtkTextActor> mitk::TextAnnotation2D::LocalStorage::m_TextActor |
Actor of a 2D render window.
Definition at line 34 of file mitkTextAnnotation2D.h.
vtkSmartPointer<vtkTextProperty> mitk::TextAnnotation2D::LocalStorage::m_TextProp |
Definition at line 36 of file mitkTextAnnotation2D.h.