|
Drake
|
#include <mex.h>#include <matrix.h>#include "drake/systems/plants/joints/DrakeJoints.h"#include <memory>#include <vector>#include <string>#include <iostream>#include <Eigen/Core>#include "drake/util/drakeMexUtil.h"
Functions | |
| mxArray * | safelyGetField (const mxArray *array, string field_name, int index=0) |
| void | safelySetField (mxArray *array, const string &fieldname, mxArray *data, int index=0) |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void mexFunction | ( | int | nlhs, |
| mxArray * | plhs[], | ||
| int | nrhs, | ||
| const mxArray * | prhs[] | ||
| ) |

| mxArray* safelyGetField | ( | const mxArray * | array, |
| string | field_name, | ||
| int | index = 0 |
||
| ) |

| void safelySetField | ( | mxArray * | array, |
| const string & | fieldname, | ||
| mxArray * | data, | ||
| int | index = 0 |
||
| ) |
