Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
#include <mitkRestorePlanePositionOperation.h>
Public Member Functions | |
RestorePlanePositionOperation (OperationType operationType, ScalarType width, ScalarType height, Vector3D spacing, unsigned int pos, Vector3D direction, AffineTransform3D::Pointer transform) | |
~RestorePlanePositionOperation () override | |
Vector3D | GetDirectionVector () |
ScalarType | GetWidth () |
ScalarType | GetHeight () |
Vector3D | GetSpacing () |
unsigned int | GetPos () |
AffineTransform3D::Pointer | GetTransform () |
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 |
Definition at line 22 of file mitkRestorePlanePositionOperation.h.
mitk::RestorePlanePositionOperation::RestorePlanePositionOperation | ( | OperationType | operationType, |
ScalarType | width, | ||
ScalarType | height, | ||
Vector3D | spacing, | ||
unsigned int | pos, | ||
Vector3D | direction, | ||
AffineTransform3D::Pointer | transform | ||
) |
|
override |
Vector3D mitk::RestorePlanePositionOperation::GetDirectionVector | ( | ) |
ScalarType mitk::RestorePlanePositionOperation::GetHeight | ( | ) |
unsigned int mitk::RestorePlanePositionOperation::GetPos | ( | ) |
Vector3D mitk::RestorePlanePositionOperation::GetSpacing | ( | ) |
AffineTransform3D::Pointer mitk::RestorePlanePositionOperation::GetTransform | ( | ) |
ScalarType mitk::RestorePlanePositionOperation::GetWidth | ( | ) |