NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Public Attributes | List of all members
niftk::FastPointSetVtkMapper3D::LocalStorage Class Reference

Contains the VTK objects necessary to render the mitk::PointSet. More...

Inheritance diagram for niftk::FastPointSetVtkMapper3D::LocalStorage:
Inheritance graph
[legend]
Collaboration diagram for niftk::FastPointSetVtkMapper3D::LocalStorage:
Collaboration graph
[legend]

Public Member Functions

 LocalStorage ()
 
 ~LocalStorage ()
 

Public Attributes

vtkSmartPointer< vtkIdTypeArray > m_Indicies
 
vtkSmartPointer< vtkFloatArray > m_Array
 
vtkSmartPointer< vtkPoints > m_Points
 
vtkSmartPointer< vtkCellArray > m_CellArray
 
vtkSmartPointer< vtkPolyData > m_PolyData
 
vtkSmartPointer
< vtkPolyDataMapper > 
m_PolyDataMapper
 
vtkSmartPointer< vtkActor > m_Actor
 
unsigned long int m_NumberOfPoints
 
itk::TimeStamp m_ShaderTimestampUpdate
 

Detailed Description

Contains the VTK objects necessary to render the mitk::PointSet.

Constructor & Destructor Documentation

niftk::FastPointSetVtkMapper3D::LocalStorage::LocalStorage ( )
niftk::FastPointSetVtkMapper3D::LocalStorage::~LocalStorage ( )

Member Data Documentation

vtkSmartPointer<vtkActor> niftk::FastPointSetVtkMapper3D::LocalStorage::m_Actor
vtkSmartPointer<vtkFloatArray> niftk::FastPointSetVtkMapper3D::LocalStorage::m_Array
vtkSmartPointer<vtkCellArray> niftk::FastPointSetVtkMapper3D::LocalStorage::m_CellArray
vtkSmartPointer<vtkIdTypeArray> niftk::FastPointSetVtkMapper3D::LocalStorage::m_Indicies
unsigned long int niftk::FastPointSetVtkMapper3D::LocalStorage::m_NumberOfPoints
vtkSmartPointer<vtkPoints> niftk::FastPointSetVtkMapper3D::LocalStorage::m_Points
vtkSmartPointer<vtkPolyData> niftk::FastPointSetVtkMapper3D::LocalStorage::m_PolyData
vtkSmartPointer<vtkPolyDataMapper> niftk::FastPointSetVtkMapper3D::LocalStorage::m_PolyDataMapper
itk::TimeStamp niftk::FastPointSetVtkMapper3D::LocalStorage::m_ShaderTimestampUpdate

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