Ipopt
trunk
|
#include <matlabfunctionhandle.hpp>
Public Member Functions | |
MatlabFunctionHandle () | |
MatlabFunctionHandle (const mxArray *ptr) | |
~MatlabFunctionHandle () | |
bool | evaluate (int nin, int nout, const mxArray **inputs, mxArray **outputs) |
operator bool () const | |
Protected Attributes | |
mxArray * | f |
Definition at line 28 of file matlabfunctionhandle.hpp.
MatlabFunctionHandle::MatlabFunctionHandle | ( | ) | [inline] |
Definition at line 32 of file matlabfunctionhandle.hpp.
MatlabFunctionHandle::MatlabFunctionHandle | ( | const mxArray * | ptr | ) | [explicit] |
bool MatlabFunctionHandle::evaluate | ( | int | nin, |
int | nout, | ||
const mxArray ** | inputs, | ||
mxArray ** | outputs | ||
) |
MatlabFunctionHandle::operator bool | ( | ) | const [inline] |
Definition at line 50 of file matlabfunctionhandle.hpp.
mxArray* MatlabFunctionHandle::f [protected] |
Definition at line 50 of file matlabfunctionhandle.hpp.