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

Go to the source code of this file.

Namespaces

 utl
 

Functions

template<class T >
void utl::GetMXArrayFromVNLMatrix (const vnl_matrix< T > *mat, mxArray *&pr)
 
template<class T >
void utl::GetMXArrayFromVNLVector (const vnl_vector< T > *mat, mxArray *&pr)
 
template<class T >
void utl::GetVNLMatrixFromMXArray (const mxArray *pr, vnl_matrix< T > *mat)
 
template<class T >
void utl::GetVNLVectorFromMXArray (const mxArray *pr, vnl_vector< T > *mat)
 
template<class T >
void utl::ReadMatFileToVNLMatrix (const std::string fileName, const std::string varibleName, vnl_matrix< T > *mat)
 
template<class T >
void utl::SaveVNLMatrixToMatFile (const vnl_matrix< T > *mat, const std::string fileName, const std::string varibleName)
 

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 mexVNL.h.