#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 | |
MatlabFunctionHandle () | |
MatlabFunctionHandle (const mxArray *ptr) | |
MatlabFunctionHandle (const MatlabFunctionHandle &source) | |
~MatlabFunctionHandle () | |
operator mxArray * () const | |
operator bool () const | |
Protected Member Functions | |
MatlabFunctionHandle & | operator= (const MatlabFunctionHandle &source) |
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] |
MatlabFunctionHandle::~MatlabFunctionHandle | ( | ) |
MatlabFunctionHandle::MatlabFunctionHandle | ( | ) |
MatlabFunctionHandle::MatlabFunctionHandle | ( | const mxArray * | ptr | ) | [explicit] |
MatlabFunctionHandle::MatlabFunctionHandle | ( | const MatlabFunctionHandle & | source | ) |
MatlabFunctionHandle::~MatlabFunctionHandle | ( | ) |
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.
MatlabFunctionHandle::operator mxArray * | ( | ) | const [inline] |
Definition at line 26 of file matlabfunctionhandle.h.
MatlabFunctionHandle::operator bool | ( | ) | const [inline] |
Definition at line 29 of file matlabfunctionhandle.h.
MatlabFunctionHandle& MatlabFunctionHandle::operator= | ( | const MatlabFunctionHandle & | source | ) | [inline, protected] |
Definition at line 36 of file matlabfunctionhandle.h.
mxArray * MatlabFunctionHandle::f [protected] |
Definition at line 50 of file matlabfunctionhandle.hpp.