Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitkMatrixConvert.h File Reference
#include "mitkBaseGeometry.h"
#include "mitkItkMatrixHack.h"
#include <vtkMatrix4x4.h>

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)