|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Namespaces | |
| mitk | |
| Find image slices visible on a given plane. | |
Functions | |
| template<class TTransformType > | |
| void | mitk::TransferVtkMatrixToItkTransform (const vtkMatrix4x4 *vtkmatrix, TTransformType *itkTransform) |
| template<class TTransformType > | |
| void | mitk::TransferItkTransformToVtkMatrix (const TTransformType *itkTransform, vtkMatrix4x4 *vtkmatrix) |
| template<class TTransformType1 , class TTransformType2 > | |
| void | mitk::ConvertItkTransform (const TTransformType1 *sourceTransform, TTransformType2 *destTransform) |
| template<class TMatrixType > | |
| void | mitk::GetRotation (const mitk::BaseGeometry *geometry, TMatrixType &itkmatrix) |
| template<class TTransformType > | |
| void | mitk::GetWorldToItkPhysicalTransform (const mitk::BaseGeometry *geometry, TTransformType *itkTransform) |