DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <mex.h>
#include "utlITK.h"
#include "mexutils.h"
#include "itkImageRegionConstIterator.h"
#include "itkImageRegionIterator.h"
Go to the source code of this file.
Namespaces | |
itk | |
Functions | |
template<class T , unsigned int VImageDimension> | |
void | itk::GetITKImageFromMXArray (const mxArray *pr, SmartPointer< Image< T, VImageDimension > > &image) |
template<class T > | |
void | itk::GetITKVectorImageFromMXArray (const mxArray *pr, SmartPointer< VectorImage< T, 3 > > &image) |
template<class T , unsigned int VImageDimension> | |
void | itk::GetMXArrayFromITKImage (const SmartPointer< Image< T, VImageDimension > > &image, mxArray *&pr) |
template<class T , unsigned int VImageDimension> | |
void | itk::GetMXArrayFromITKVectorImage (const SmartPointer< VectorImage< T, VImageDimension > > &image, mxArray *&pr) |
Definition in file mexITK.h.