Operation that handles all actions on one Point. Stores everything for Adding, Moving and Deleting a Point.
More...
#include <mitkPointOperation.h>
Operation that handles all actions on one Point. Stores everything for Adding, Moving and Deleting a Point.
Definition at line 26 of file mitkPointOperation.h.
◆ PointOperation() [1/2]
Operation that handles all actions on one Point.
- Parameters
-
operationType | is the type of the operation (see mitkOperation.h; e.g. move or add; Information for StateMachine::ExecuteOperation()); |
point | is the information of the point to add or is the information to change a point into |
index | is e.g. the position in a list which describes the element to change |
selected | |
type | |
◆ PointOperation() [2/2]
Operation that handles all actions on one Point.
- Parameters
-
operationType | is the type of the operation (see mitkOperation.h; e.g. move or add; Information for StateMachine::ExecuteOperation()); |
timeInMS | |
point | is the information of the point to add or is the information to change a point into |
index | is e.g. the position in a list which describes the element to change |
selected | |
type | |
◆ ~PointOperation()
mitk::PointOperation::~PointOperation |
( |
| ) |
|
|
override |
◆ GetIndex()
int mitk::PointOperation::GetIndex |
( |
| ) |
|
◆ GetPoint()
Point3D mitk::PointOperation::GetPoint |
( |
| ) |
|
◆ GetPointType()
◆ GetSelected()
bool mitk::PointOperation::GetSelected |
( |
| ) |
|
◆ GetTimeInMS()
ScalarType mitk::PointOperation::GetTimeInMS |
( |
| ) |
const |
The documentation for this class was generated from the following file: