Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::TextAnnotation2D::LocalStorage Class Reference

#include <mitkTextAnnotation2D.h>

Inheritance diagram for mitk::TextAnnotation2D::LocalStorage:
Collaboration diagram for mitk::TextAnnotation2D::LocalStorage:

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

Detailed Description

Definition at line 30 of file mitkTextAnnotation2D.h.

Constructor & Destructor Documentation

◆ LocalStorage()

mitk::TextAnnotation2D::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

◆ ~LocalStorage()

mitk::TextAnnotation2D::LocalStorage::~LocalStorage ( )

Default deconstructor of the local storage.

Member Data Documentation

◆ m_Assembly

vtkSmartPointer<vtkPropAssembly> mitk::TextAnnotation2D::LocalStorage::m_Assembly

Definition at line 42 of file mitkTextAnnotation2D.h.

◆ m_LastUpdateTime

itk::TimeStamp mitk::TextAnnotation2D::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 45 of file mitkTextAnnotation2D.h.

◆ m_STextActor

vtkSmartPointer<vtkTextActor> mitk::TextAnnotation2D::LocalStorage::m_STextActor

Definition at line 38 of file mitkTextAnnotation2D.h.

◆ m_STextProp

vtkSmartPointer<vtkTextProperty> mitk::TextAnnotation2D::LocalStorage::m_STextProp

Definition at line 40 of file mitkTextAnnotation2D.h.

◆ m_TextActor

vtkSmartPointer<vtkTextActor> mitk::TextAnnotation2D::LocalStorage::m_TextActor

Actor of a 2D render window.

Definition at line 34 of file mitkTextAnnotation2D.h.

◆ m_TextProp

vtkSmartPointer<vtkTextProperty> mitk::TextAnnotation2D::LocalStorage::m_TextProp

Definition at line 36 of file mitkTextAnnotation2D.h.


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