Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkLogoOverlay.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::Overlay::BaseLocalStorage | |
bool | IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Overlay *overlay) |
void | UpdateGenerateDataTime () |
itk::TimeStamp & | GetLastGenerateDataTime () |
Public Attributes | |
vtkSmartPointer< vtkImageData > | m_LogoImage |
Actor of a 2D render window. More... | |
vtkSmartPointer< mitkVtkLogoRepresentation > | m_LogoRep |
itk::TimeStamp | m_LastUpdateTime |
Timestamp of last update of stored data. More... | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::Overlay::BaseLocalStorage | |
itk::TimeStamp | m_LastGenerateDataTime |
timestamp of last update of stored data More... | |
Definition at line 36 of file mitkLogoOverlay.h.
mitk::LogoOverlay::LocalStorage::LocalStorage | ( | ) |
Default constructor of the local storage.
Definition at line 54 of file mitkLogoOverlay.cpp.
References mitk::New().
mitk::LogoOverlay::LocalStorage::~LocalStorage | ( | ) |
Default deconstructor of the local storage.
Definition at line 50 of file mitkLogoOverlay.cpp.
itk::TimeStamp mitk::LogoOverlay::LocalStorage::m_LastUpdateTime |
Timestamp of last update of stored data.
Definition at line 44 of file mitkLogoOverlay.h.
vtkSmartPointer<vtkImageData> mitk::LogoOverlay::LocalStorage::m_LogoImage |
Actor of a 2D render window.
Definition at line 40 of file mitkLogoOverlay.h.
Referenced by mitk::LogoOverlay::UpdateVtkOverlay().
vtkSmartPointer<mitkVtkLogoRepresentation> mitk::LogoOverlay::LocalStorage::m_LogoRep |
Definition at line 41 of file mitkLogoOverlay.h.
Referenced by mitk::LogoOverlay::GetVtkProp(), and mitk::LogoOverlay::UpdateVtkOverlay().