Medical Imaging Interaction Toolkit
2024.06.99-c70462f2
Medical Imaging Interaction Toolkit
|
#include <mitkColorBarAnnotation.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< vtkScalarBarActor > | m_ScalarBarActor |
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... | |
Definition at line 30 of file mitkColorBarAnnotation.h.
mitk::ColorBarAnnotation::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
mitk::ColorBarAnnotation::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
itk::TimeStamp mitk::ColorBarAnnotation::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 37 of file mitkColorBarAnnotation.h.
vtkSmartPointer<vtkScalarBarActor> mitk::ColorBarAnnotation::LocalStorage::m_ScalarBarActor |
Actor of a 2D render window.
Definition at line 34 of file mitkColorBarAnnotation.h.