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


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 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 | ( | ) |