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

Vtk-based mapper for PointSet, that just displays a basic dot for each point. More...

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

Classes

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

Public Member Functions

 mitkClassMacro (FastPointSetVtkMapper3D, mitk::VtkMapper) static Pointer New()
 
virtual vtkProp * GetVtkProp (mitk::BaseRenderer *renderer) override
 
virtual const mitk::PointSet * GetInput ()
 

Protected Member Functions

 FastPointSetVtkMapper3D ()
 
virtual ~FastPointSetVtkMapper3D ()
 
virtual void GenerateDataForRenderer (mitk::BaseRenderer *renderer) override
 
virtual void ResetMapper (mitk::BaseRenderer *renderer) override
 

Protected Attributes

mitk::LocalStorageHandler
< LocalStorage
m_LocalStorage
 

Detailed Description

Vtk-based mapper for PointSet, that just displays a basic dot for each point.

You can set a point size, but you get squares rendered, which is ugly.

The properties (with defaults) used are:

Constructor & Destructor Documentation

niftk::FastPointSetVtkMapper3D::FastPointSetVtkMapper3D ( )
protected
niftk::FastPointSetVtkMapper3D::~FastPointSetVtkMapper3D ( )
protectedvirtual

Member Function Documentation

void niftk::FastPointSetVtkMapper3D::GenerateDataForRenderer ( mitk::BaseRenderer *  renderer)
overrideprotectedvirtual
const mitk::PointSet * niftk::FastPointSetVtkMapper3D::GetInput ( void  )
virtual
vtkProp * niftk::FastPointSetVtkMapper3D::GetVtkProp ( mitk::BaseRenderer *  renderer)
overridevirtual
niftk::FastPointSetVtkMapper3D::mitkClassMacro ( FastPointSetVtkMapper3D  ,
mitk::VtkMapper   
)
void niftk::FastPointSetVtkMapper3D::ResetMapper ( mitk::BaseRenderer *  renderer)
overrideprotectedvirtual

Member Data Documentation

mitk::LocalStorageHandler<LocalStorage> niftk::FastPointSetVtkMapper3D::m_LocalStorage
protected

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