Go to the source code of this file.
|
template<typename T > |
bool | isDrakeMexPointerOfCorrectType (const mxArray *source, T *, std::ostream *log) NOEXCEPT |
|
bool | isConvertibleFromMex (const mxArray *source, RigidBodyTree *ptr, std::ostream *log) NOEXCEPT |
| fromMex specializations More...
|
|
RigidBodyTree & | fromMexUnsafe (const mxArray *source, RigidBodyTree *) |
|
template<typename Scalar > |
bool | isConvertibleFromMex (const mxArray *mex, KinematicsCache< Scalar > *ptr, std::ostream *log) NOEXCEPT |
|
template<typename Scalar > |
KinematicsCache< Scalar > & | fromMexUnsafe (const mxArray *mex, KinematicsCache< Scalar > *) |
|
bool | isConvertibleFromMex (const mxArray *source, std::set< int > *, std::ostream *log) NOEXCEPT |
|
std::set< int > | fromMexUnsafe (const mxArray *source, std::set< int > *) |
|
void | toMex (const KinematicPath &path, mxArray *dest[], int nlhs) |
| toMex specializations More...
|
|
std::set<int> fromMexUnsafe |
( |
const mxArray * |
source, |
|
|
std::set< int > * |
|
|
) |
| |
bool isConvertibleFromMex |
( |
const mxArray * |
source, |
|
|
RigidBodyTree * |
ptr, |
|
|
std::ostream * |
log |
|
) |
| |
bool isConvertibleFromMex |
( |
const mxArray * |
mex, |
|
|
KinematicsCache< Scalar > * |
ptr, |
|
|
std::ostream * |
log |
|
) |
| |
bool isConvertibleFromMex |
( |
const mxArray * |
source, |
|
|
std::set< int > * |
, |
|
|
std::ostream * |
log |
|
) |
| |
bool isDrakeMexPointerOfCorrectType |
( |
const mxArray * |
source, |
|
|
T * |
, |
|
|
std::ostream * |
log |
|
) |
| |
void toMex |
( |
const KinematicPath & |
path, |
|
|
mxArray * |
dest[], |
|
|
int |
nlhs |
|
) |
| |