Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::PointOperation Class Reference

Operation that handles all actions on one Point. More...

#include <mitkPointOperation.h>

Inheritance diagram for mitk::PointOperation:
Collaboration diagram for mitk::PointOperation:

Public Member Functions

 PointOperation (OperationType operationType, Point3D point, int index=-1, bool selected=true, PointSpecificationType type=PTUNDEFINED)
 Operation that handles all actions on one Point. More...
 
 PointOperation (OperationType operationType, ScalarType timeInMS, Point3D point, int index=-1, bool selected=true, PointSpecificationType type=PTUNDEFINED)
 Operation that handles all actions on one Point. More...
 
virtual ~PointOperation ()
 
Point3D GetPoint ()
 
int GetIndex ()
 
bool GetSelected ()
 
PointSpecificationType GetPointType ()
 
ScalarType GetTimeInMS () const
 
- Public Member Functions inherited from mitk::Operation
virtual std::vector< std::string > GetClassHierarchy () const
 
 itkTypeMacroNoParent (Operation) Operation(OperationType operationType)
 
virtual ~Operation ()
 
OperationType GetOperationType ()
 

Additional Inherited Members

- Public Types inherited from mitk::Operation
typedef Operation Self
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
- Static Public Member Functions inherited from mitk::Operation
static const char * GetStaticNameOfClass ()
 
- Protected Attributes inherited from mitk::Operation
OperationType m_OperationType
 

Detailed Description

Operation that handles all actions on one Point.

Stores everything for Adding, Moving and Deleting a Point.

Definition at line 31 of file mitkPointOperation.h.

Constructor & Destructor Documentation

mitk::PointOperation::PointOperation ( OperationType  operationType,
Point3D  point,
int  index = -1,
bool  selected = true,
PointSpecificationType  type = PTUNDEFINED 
)

Operation that handles all actions on one Point.

Parameters
operationTypeis the type of the operation (see mitkOperation.h; e.g. move or add; Information for

Definition at line 19 of file mitkPointOperation.cpp.

mitk::PointOperation::PointOperation ( OperationType  operationType,
ScalarType  timeInMS,
Point3D  point,
int  index = -1,
bool  selected = true,
PointSpecificationType  type = PTUNDEFINED 
)

Operation that handles all actions on one Point.

Parameters
operationTypeis the type of the operation (see mitkOperation.h; e.g. move or add; Information for

Definition at line 25 of file mitkPointOperation.cpp.

mitk::PointOperation::~PointOperation ( )
virtual

Definition at line 40 of file mitkPointOperation.cpp.

Member Function Documentation

int mitk::PointOperation::GetIndex ( )
mitk::PointSpecificationType mitk::PointOperation::GetPointType ( )

Definition at line 59 of file mitkPointOperation.cpp.

bool mitk::PointOperation::GetSelected ( )

Definition at line 54 of file mitkPointOperation.cpp.

mitk::ScalarType mitk::PointOperation::GetTimeInMS ( ) const

Definition at line 64 of file mitkPointOperation.cpp.


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