Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
mitk::ScaleLegendAnnotation::LocalStorage Class Reference

#include <mitkScaleLegendAnnotation.h>

Inheritance diagram for mitk::ScaleLegendAnnotation::LocalStorage:
Collaboration diagram for mitk::ScaleLegendAnnotation::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< vtkLegendScaleActor > m_legendScaleActor
 Actor of a 2D render window. More...
 
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 29 of file mitkScaleLegendAnnotation.h.

Constructor & Destructor Documentation

◆ LocalStorage()

mitk::ScaleLegendAnnotation::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

◆ ~LocalStorage()

mitk::ScaleLegendAnnotation::LocalStorage::~LocalStorage ( )

Default deconstructor of the local storage.

Member Data Documentation

◆ m_LastUpdateTime

itk::TimeStamp mitk::ScaleLegendAnnotation::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 36 of file mitkScaleLegendAnnotation.h.

◆ m_legendScaleActor

vtkSmartPointer<vtkLegendScaleActor> mitk::ScaleLegendAnnotation::LocalStorage::m_legendScaleActor

Actor of a 2D render window.

Definition at line 33 of file mitkScaleLegendAnnotation.h.


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