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

Operation class to enable updating an mitk::PointSet with Undo/Redo. More...

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

Public Member Functions

 PointSetUpdate (mitk::OperationType type, mitk::PointSet::Pointer pointSet)
 
virtual ~PointSetUpdate ()
 
const mitk::PointSet * GetPointSet () const
 
void Clear ()
 
void AppendPoint (const mitk::Point3D &point)
 

Detailed Description

Operation class to enable updating an mitk::PointSet with Undo/Redo.

Constructor & Destructor Documentation

niftk::PointSetUpdate::PointSetUpdate ( mitk::OperationType  type,
mitk::PointSet::Pointer  pointSet 
)
niftk::PointSetUpdate::~PointSetUpdate ( )
virtual

Member Function Documentation

void niftk::PointSetUpdate::AppendPoint ( const mitk::Point3D &  point)
void niftk::PointSetUpdate::Clear ( void  )
inline
const mitk::PointSet* niftk::PointSetUpdate::GetPointSet ( ) const
inline

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