Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkGeometryTransformHolder_h
14 #define mitkGeometryTransformHolder_h
23 #include <vtkMatrixToLinearTransform.h>
24 #include <vtkTransform.h>
41 AffineTransform3D::Pointer m_IndexToWorldTransform;
43 vtkMatrix4x4 *m_VtkMatrix;
44 vtkMatrixToLinearTransform *m_VtkIndexToWorldTransform;
52 void TransferItkToVtkTransform();
58 void TransferVtkToItkTransform();
144 AffineTransform3D::MatrixType::InternalMatrixType
GetVnlMatrix();
const MITKCORE_EXPORT ScalarType eps
MITKNEWMODULE_EXPORT bool Equal(mitk::ExampleDataStructure *leftHandSide, mitk::ExampleDataStructure *rightHandSide, mitk::ScalarType eps, bool verbose)
Returns true if the example data structures are considered equal.
itk::ScalableAffineTransform< ScalarType, 3 > AffineTransform3D
DataCollection - Class to facilitate loading/accessing structured data.