DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Namespaces | Functions
mexITK.h File Reference
#include <mex.h>
#include "utlITK.h"
#include "mexutils.h"
#include "itkImageRegionConstIterator.h"
#include "itkImageRegionIterator.h"
+ Include dependency graph for mexITK.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Dr. Jian Cheng (JC), jian..nosp@m.chen.nosp@m.g.198.nosp@m.3@gm.nosp@m.ail.c.nosp@m.om

Definition in file mexITK.h.