DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include "mexutils.h"
#include "mexSTD.h"
#include "mexVNL.h"
#include "mexITK.h"
#include "utlNDArray.h"
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
template<class T > | |
void | utl::GetMXArrayFromUtlMatrix (const NDArray< T, 2 > *mat, mxArray *&pr) |
template<class T > | |
void | utl::GetMXArrayFromUtlVector (const NDArray< T, 1 > *mat, mxArray *&pr) |
template<class T > | |
void | utl::GetUtlMatrixFromMXArray (const mxArray *pr, NDArray< T, 2 > *mat) |
template<class T > | |
void | utl::GetUtlVectorFromMXArray (const mxArray *pr, NDArray< T, 1 > *mat) |
Definition in file utlMEX.h.