#include "mitkGeometry3D.h"
#include "mitkItkMatrixHack.h"
#include <vtkMatrix4x4.h>
Go to the source code of this file.
Namespaces | |
namespace | mitk |
Qmitk. | |
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::Geometry3D *geometry, TMatrixType &itkmatrix) |
template<class TTransformType > | |
void | mitk::GetWorldToItkPhysicalTransform (const mitk::Geometry3D *geometry, TTransformType *itkTransform) |