#include <mitkApplyTransformMatrixOperation.h>
◆ ApplyTransformMatrixOperation()
mitk::ApplyTransformMatrixOperation::ApplyTransformMatrixOperation |
( |
OperationType |
operationType, |
|
|
vtkSmartPointer< vtkMatrix4x4 > |
matrix, |
|
|
mitk::Point3D |
refPoint |
|
) |
| |
Operation that applies a new vtk transform matrix.
- Parameters
-
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 |
◆ ~ApplyTransformMatrixOperation()
mitk::ApplyTransformMatrixOperation::~ApplyTransformMatrixOperation |
( |
| ) |
|
|
override |
◆ GetMatrix()
vtkSmartPointer<vtkMatrix4x4> mitk::ApplyTransformMatrixOperation::GetMatrix |
( |
| ) |
|
◆ GetReferencePoint()
mitk::Point3D mitk::ApplyTransformMatrixOperation::GetReferencePoint |
( |
| ) |
|
The documentation for this class was generated from the following file: