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

Operation class to hold data to pass back to this PolyTool, so that the PolyTool can execute the Undo/Redo command. More...

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

Public Member Functions

 PolyToolOpUpdateFeedbackContour (mitk::OperationType type, unsigned int pointId, const mitk::Point3D &point, mitk::ContourModel *contour, const mitk::PlaneGeometry *geometry)
 
 ~PolyToolOpUpdateFeedbackContour ()
 
unsigned int GetPointId () const
 
const mitk::Point3D GetPoint () const
 
mitk::ContourModel * GetContour () const
 
const mitk::PlaneGeometry * GetPlaneGeometry ()
 

Detailed Description

Operation class to hold data to pass back to this PolyTool, so that the PolyTool can execute the Undo/Redo command.

Constructor & Destructor Documentation

niftk::PolyToolOpUpdateFeedbackContour::PolyToolOpUpdateFeedbackContour ( mitk::OperationType  type,
unsigned int  pointId,
const mitk::Point3D &  point,
mitk::ContourModel *  contour,
const mitk::PlaneGeometry *  geometry 
)
niftk::PolyToolOpUpdateFeedbackContour::~PolyToolOpUpdateFeedbackContour ( )

Member Function Documentation

mitk::ContourModel * niftk::PolyToolOpUpdateFeedbackContour::GetContour ( ) const
const mitk::PlaneGeometry * niftk::PolyToolOpUpdateFeedbackContour::GetPlaneGeometry ( )
const mitk::Point3D niftk::PolyToolOpUpdateFeedbackContour::GetPoint ( ) const
unsigned int niftk::PolyToolOpUpdateFeedbackContour::GetPointId ( ) const

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