DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
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) |
Definition in file mexVNL.h.