MOOS 0.2375
|
#include "mex.h"
#include <string>
Go to the source code of this file.
Functions | |
bool | Matlab2String (std::string &sStr, const mxArray *pMLA) |
bool | Matlab2Double (double &dfVal, const mxArray *pMLA) |
bool Matlab2Double | ( | double & | dfVal, |
const mxArray * | pMLA | ||
) |
Definition at line 34 of file mexVNLHelpers.cpp.
bool Matlab2String | ( | std::string & | sStr, |
const mxArray * | pMLA | ||
) |
Definition at line 43 of file mexVNLHelpers.cpp.