Medical Imaging Interaction Toolkit  2016.11.0
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
 DataCollection - Class to facilitate loading/accessing structured data.
 

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)