Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Operation that handles all actions on one Point. More...
#include <mitkPointOperation.h>
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< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Static Public Member Functions inherited from mitk::Operation | |
static const char * | GetStaticNameOfClass () |
Protected Attributes inherited from mitk::Operation | |
OperationType | m_OperationType |
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.
mitk::PointOperation::PointOperation | ( | OperationType | operationType, |
Point3D | point, | ||
int | index = -1 , |
||
bool | selected = true , |
||
PointSpecificationType | type = PTUNDEFINED |
||
) |
Operation that handles all actions on one Point.
operationType | is 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.
operationType | is the type of the operation (see mitkOperation.h; e.g. move or add; Information for |
Definition at line 25 of file mitkPointOperation.cpp.
|
virtual |
Definition at line 40 of file mitkPointOperation.cpp.
int mitk::PointOperation::GetIndex | ( | ) |
Definition at line 49 of file mitkPointOperation.cpp.
Referenced by mitk::SliceNavigationController::ExecuteOperation().
mitk::Point3D mitk::PointOperation::GetPoint | ( | ) |
Definition at line 44 of file mitkPointOperation.cpp.
Referenced by mitk::SlicedGeometry3D::ExecuteOperation(), mitk::BaseGeometry::ExecuteOperation(), mitk::SliceNavigationController::ExecuteOperation(), and mitk::PlaneGeometry::ExecuteOperation().
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.