Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkArray.h File Reference
#include <itkFixedArray.h>
#include "mitkEqual.h"
#include "mitkNumericConstants.h"

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Functions

template<typename ArrayType , typename TCoordRep , unsigned int NVectorDimension>
void mitk::FillArray (itk::FixedArray< TCoordRep, NVectorDimension > &toArray, const ArrayType &array)
 Copies elements of an array to this Vector. More...
 
template<typename ArrayType , typename TCoordRep , unsigned int NVectorDimension>
itk::FixedArray< TCoordRep, NVectorDimension > mitk::FillArray (const ArrayType &array)
 Copies elements of an array to this Vector. More...
 
template<typename ArrayType , typename TCoordRep , unsigned int NVectorDimension>
void mitk::ToArray (ArrayType &array, const itk::FixedArray< TCoordRep, NVectorDimension > &vectorOrPoint)
 Copies the elements of this into an array. More...
 
template<typename ArrayType , typename TCoordRep , unsigned int NVectorDimension>
ArrayType mitk::ToArray (const itk::FixedArray< TCoordRep, NVectorDimension > &vectorOrPoint)
 Copies the elements of this into an array. More...
 
template<class Tout >
void mitk::FillVector3D (Tout &out, mitk::ScalarType x, mitk::ScalarType y, mitk::ScalarType z)
 
template<class Tout >
void mitk::FillVector4D (Tout &out, mitk::ScalarType x, mitk::ScalarType y, mitk::ScalarType z, mitk::ScalarType t)
 
template<typename TArrayType1 , typename TArrayType2 >
bool mitk::EqualArray (TArrayType1 &arrayType1, TArrayType2 &arrayType2, int size, ScalarType eps=mitk::eps, bool verbose=false)