|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Operation for setting a plane (defined by its origin and normal) More...
#include <mitkPlaneOperation.h>


Public Member Functions | |
| 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 () |
Public Member Functions inherited from mitk::PointOperation | |
| 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 |
Public Member Functions inherited from mitk::Operation | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| itkTypeMacroNoParent (Operation) virtual bool IsValid() const | |
| virtual | ~Operation ()=default |
| 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 Member Functions inherited from mitk::Operation | |
| Operation (OperationType operationType) | |
| Operation (const Operation &)=default | |
| Operation (Operation &&)=default | |
| Operation & | operator= (const Operation &)=default |
| Operation & | operator= (Operation &&)=default |
Protected Attributes inherited from mitk::Operation | |
| OperationType | m_OperationType |
Operation for setting a plane (defined by its origin and normal)
Definition at line 27 of file mitkPlaneOperation.h.
| mitk::PlaneOperation::PlaneOperation | ( | OperationType | operationType, |
| Point3D | point, | ||
| Vector3D | normal | ||
| ) |
| mitk::PlaneOperation::PlaneOperation | ( | OperationType | operationType, |
| Point3D | point, | ||
| Vector3D | axisVec0, | ||
| Vector3D | axisVec1 | ||
| ) |
|
override |
| bool mitk::PlaneOperation::AreAxisDefined | ( | ) |
| Vector3D mitk::PlaneOperation::GetAxisVec0 | ( | ) |
| Vector3D mitk::PlaneOperation::GetAxisVec1 | ( | ) |
| Vector3D mitk::PlaneOperation::GetNormal | ( | ) |