|
| PlaneOperation (OperationType operationType, Point3D point, Vector3D normal) |
|
| PlaneOperation (OperationType operationType, Point3D point, Vector3D axisVec0, Vector3D axisVec1) |
|
| ~PlaneOperation () override |
|
Vector3D | GetNormal () |
|
Vector3D | GetAxisVec0 () |
|
Vector3D | GetAxisVec1 () |
|
bool | AreAxisDefined () |
|
| 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...
|
|
| ~PointOperation () override |
|
Point3D | GetPoint () |
|
int | GetIndex () |
|
bool | GetSelected () |
|
PointSpecificationType | GetPointType () |
|
ScalarType | GetTimeInMS () const |
|
virtual std::vector< std::string > | GetClassHierarchy () const |
|
| itkTypeMacroNoParent (Operation) virtual bool IsValid() const |
|
virtual | ~Operation ()=default |
|
OperationType | GetOperationType () |
|
Operation for setting a plane (defined by its origin and normal)
Definition at line 27 of file mitkPlaneOperation.h.