#include "mitkVector.h"#include "vecmath.h"Go to the source code of this file.
Namespaces | |
| namespace | mitk |
Qmitk. | |
Functions | |
| template<class T > | |
| void | mitk::vm2itk (const Point3< T > &p, Point3D &a) |
| template<class T > | |
| void | mitk::itk2vm (const Point3D &a, Point3< T > &p) |
| template<class T > | |
| void | mitk::vm2itk (const Vector3< T > &p, Vector3D &a) |
| template<class T > | |
| void | mitk::itk2vm (const Vector3D &a, Vector3< T > &p) |
| template<class T > | |
| void | mitk::vm2itk (const Vector3< T > &p, VnlVector &a) |
| template<class T > | |
| void | mitk::itk2vm (const VnlVector &a, Vector3< T > &p) |
| template<class Tin , class Tout > | |
| void | mitk::vtk2vm (const Tin a[3], Vector3< Tout > &p) |
| template<class Tin , class Tout > | |
| void | mitk::vm2vtk (const Vector3< Tin > &p, Tout a[3]) |
1.7.2