Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <itkIndex.h>
#include <vnl/vnl_quaternion.h>
#include "mitkMatrix.h"
#include "mitkNumericConstants.h"
#include "mitkPoint.h"
#include "mitkVector.h"
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Macros | |
#define | mitkSetConstReferenceMacro(name, type) |
#define | mitkSetVectorMacro(name, type) |
#define | mitkGetVectorMacro(name, type) |
Functions | |
template<class Tin , class Tout > | |
void | mitk::itk2vtk (const Tin &in, Tout &out) |
template<class Tin , class Tout > | |
void | mitk::vtk2itk (const Tin &in, Tout &out) |
template<class Tin , class Tout > | |
void | mitk::vnl2vtk (const vnl_vector< Tin > &in, Tout *out) |
template<class Tin , class Tout > | |
void | mitk::vtk2vnl (const Tin *in, vnl_vector< Tout > &out) |
template<class Tin , class Tout , unsigned int n> | |
void | mitk::vnl2vtk (const vnl_vector_fixed< Tin, n > &in, Tout *out) |
template<class Tin , class Tout , unsigned int n> | |
void | mitk::vtk2vnl (const Tin *in, vnl_vector_fixed< Tout, n > &out) |
template<typename U , typename V , unsigned int NRows, unsigned int NColumns> | |
void | mitk::TransferMatrix (const itk::Matrix< U, NRows, NColumns > &in, itk::Matrix< V, NRows, NColumns > &out) |
#define mitkGetVectorMacro | ( | name, | |
type | |||
) |
Definition at line 272 of file mitkVectorDeprecated.h.
#define mitkSetConstReferenceMacro | ( | name, | |
type | |||
) |
Definition at line 259 of file mitkVectorDeprecated.h.
#define mitkSetVectorMacro | ( | name, | |
type | |||
) |
Definition at line 270 of file mitkVectorDeprecated.h.