Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::GPUVolumeMapper3D::LocalStorage Class Reference

#include <mitkGPUVolumeMapper3D.h>

Inheritance diagram for mitk::GPUVolumeMapper3D::LocalStorage:
Collaboration diagram for mitk::GPUVolumeMapper3D::LocalStorage:

Public Member Functions

 LocalStorage ()
 
 ~LocalStorage ()
 
- Public Member Functions inherited from mitk::Mapper::BaseLocalStorage
bool IsGenerateDataRequired (mitk::BaseRenderer *renderer, mitk::Mapper *mapper, mitk::DataNode *dataNode) const
 
void UpdateGenerateDataTime ()
 
itk::TimeStamp & GetLastGenerateDataTime ()
 

Public Attributes

vtkRenderWindow * m_VtkRenderWindow
 
bool m_cpuInitialized
 
vtkSmartPointer< vtkVolume > m_VolumeCPU
 
vtkSmartPointer< vtkFixedPointVolumeRayCastMapper > m_MapperCPU
 
vtkSmartPointer< vtkVolumeProperty > m_VolumePropertyCPU
 
bool m_gpuSupported
 
bool m_gpuInitialized
 
vtkSmartPointer< vtkVolume > m_VolumeGPU
 
vtkSmartPointer< vtkMitkVolumeTextureMapper3Dm_MapperGPU
 
vtkSmartPointer< vtkVolumeProperty > m_VolumePropertyGPU
 

Additional Inherited Members

- Protected Attributes inherited from mitk::Mapper::BaseLocalStorage
itk::TimeStamp m_LastGenerateDataTime
 timestamp of last update of stored data More...
 

Detailed Description

Definition at line 125 of file mitkGPUVolumeMapper3D.h.

Constructor & Destructor Documentation

mitk::GPUVolumeMapper3D::LocalStorage::LocalStorage ( )
inline

Definition at line 153 of file mitkGPUVolumeMapper3D.h.

mitk::GPUVolumeMapper3D::LocalStorage::~LocalStorage ( )
inline

Definition at line 169 of file mitkGPUVolumeMapper3D.h.

Member Data Documentation

bool mitk::GPUVolumeMapper3D::LocalStorage::m_cpuInitialized
bool mitk::GPUVolumeMapper3D::LocalStorage::m_gpuSupported
vtkSmartPointer<vtkFixedPointVolumeRayCastMapper> mitk::GPUVolumeMapper3D::LocalStorage::m_MapperCPU
vtkSmartPointer<vtkVolume> mitk::GPUVolumeMapper3D::LocalStorage::m_VolumeCPU
vtkSmartPointer<vtkVolume> mitk::GPUVolumeMapper3D::LocalStorage::m_VolumeGPU
vtkSmartPointer<vtkVolumeProperty> mitk::GPUVolumeMapper3D::LocalStorage::m_VolumePropertyCPU
vtkSmartPointer<vtkVolumeProperty> mitk::GPUVolumeMapper3D::LocalStorage::m_VolumePropertyGPU
vtkRenderWindow* mitk::GPUVolumeMapper3D::LocalStorage::m_VtkRenderWindow

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