13 #ifndef mitkRotationOperation_h
14 #define mitkRotationOperation_h
Base class of all Operation-classes.
Operation, that holds everything necessary for an rotation operation on mitk::BaseData.
virtual ScalarType GetAngleOfRotation()
GetAngleOfRotation getter for rotation angle.
ScalarType m_AngleOfRotation
virtual const Vector3D GetVectorOfRotation()
GetVectorOfRotation getter for the rotation axis.
Vector3D m_VectorOfRotation
~RotationOperation(void) override
RotationOperation(OperationType operationType, Point3D pointOfRotation, Vector3D vectorOfRotation, ScalarType angleOfRotation)
RotationOperation constructor to create the operation.
virtual const Point3D GetCenterOfRotation()
GetCenterOfRotation getter for the anchor point of rotation.
Point3D m_PointOfRotation
Find image slices visible on a given plane.