Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitk::LogoAnnotation::LocalStorage Class Reference

#include <mitkLogoAnnotation.h>

Inheritance diagram for mitk::LogoAnnotation::LocalStorage:
Collaboration diagram for mitk::LogoAnnotation::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< vtkImageData > m_LogoImage
 Actor of a 2D render window. More...
 
vtkSmartPointer< mitkVtkLogoRepresentationm_LogoRep
 
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 32 of file mitkLogoAnnotation.h.

Constructor & Destructor Documentation

◆ LocalStorage()

mitk::LogoAnnotation::LocalStorage::LocalStorage ( )

Default constructor of the local storage.

◆ ~LocalStorage()

mitk::LogoAnnotation::LocalStorage::~LocalStorage ( )

Default deconstructor of the local storage.

Member Data Documentation

◆ m_LastUpdateTime

itk::TimeStamp mitk::LogoAnnotation::LocalStorage::m_LastUpdateTime

Timestamp of last update of stored data.

Definition at line 40 of file mitkLogoAnnotation.h.

◆ m_LogoImage

vtkSmartPointer<vtkImageData> mitk::LogoAnnotation::LocalStorage::m_LogoImage

Actor of a 2D render window.

Definition at line 36 of file mitkLogoAnnotation.h.

◆ m_LogoRep

vtkSmartPointer<mitkVtkLogoRepresentation> mitk::LogoAnnotation::LocalStorage::m_LogoRep

Definition at line 37 of file mitkLogoAnnotation.h.


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