#include <matlabfunctionhandle.hpp>
List of all members.
Protected Attributes |
mxArray * | f |
Detailed Description
Definition at line 28 of file matlabfunctionhandle.hpp.
Constructor & Destructor Documentation
MatlabFunctionHandle::MatlabFunctionHandle |
( |
| ) |
|
|
inline |
MatlabFunctionHandle::MatlabFunctionHandle |
( |
const mxArray * |
ptr | ) |
|
|
explicit |
MatlabFunctionHandle::~MatlabFunctionHandle |
( |
| ) |
|
MatlabFunctionHandle::MatlabFunctionHandle |
( |
| ) |
|
MatlabFunctionHandle::MatlabFunctionHandle |
( |
const mxArray * |
ptr | ) |
|
|
explicit |
MatlabFunctionHandle::~MatlabFunctionHandle |
( |
| ) |
|
Member Function Documentation
bool MatlabFunctionHandle::evaluate |
( |
int |
nin, |
|
|
int |
nout, |
|
|
const mxArray ** |
inputs, |
|
|
mxArray ** |
outputs |
|
) |
| |
MatlabFunctionHandle::operator bool |
( |
| ) |
const |
|
inline |
MatlabFunctionHandle::operator mxArray * |
( |
| ) |
const |
|
inline |
MatlabFunctionHandle::operator bool |
( |
| ) |
const |
|
inline |
Member Data Documentation
mxArray * MatlabFunctionHandle::f |
|
protected |
The documentation for this class was generated from the following files: