|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkApplyTransformMatrixOperation.h>


Public Member Functions | |
| ApplyTransformMatrixOperation (OperationType operationType, vtkSmartPointer< vtkMatrix4x4 > matrix, mitk::Point3D refPoint) | |
| Operation that applies a new vtk transform matrix. More... | |
| ~ApplyTransformMatrixOperation () override | |
| vtkSmartPointer< vtkMatrix4x4 > | GetMatrix () |
| mitk::Point3D | GetReferencePoint () |
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 |
Definition at line 24 of file mitkApplyTransformMatrixOperation.h.
| mitk::ApplyTransformMatrixOperation::ApplyTransformMatrixOperation | ( | OperationType | operationType, |
| vtkSmartPointer< vtkMatrix4x4 > | matrix, | ||
| mitk::Point3D | refPoint | ||
| ) |
Operation that applies a new vtk transform matrix.
| operationType | is the type of the operation (see mitkOperation.h; e.g. move or add; Information for StateMachine::ExecuteOperation()); |
| matrix | is the vtk 4x4 vtk matrix of the transformation |
| refPoint | is the reference point for realigning the plane stack |
|
override |
| vtkSmartPointer<vtkMatrix4x4> mitk::ApplyTransformMatrixOperation::GetMatrix | ( | ) |
| mitk::Point3D mitk::ApplyTransformMatrixOperation::GetReferencePoint | ( | ) |