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();
138 void Compose(
const TransformType *other,
bool pre =
false);
144 AffineTransform3D::MatrixType::InternalMatrixType
GetVnlMatrix();
MITKCORE_EXPORT const ScalarType eps
DataCollection - Class to facilitate loading/accessing structured data.
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::AffineGeometryFrame< ScalarType, 3 >::TransformType AffineTransform3D