Go to the source code of this file.
Functions | |
static void | Matrix33ToPyList (const hrp::Matrix33 &M, boost::python::list &l) |
static void | PyListToMatrix33 (PyObject *pyo, hrp::Matrix33 &M) |
template<class T > | |
void | PyListToVector (PyObject *pyo, T &v) |
template<class T > | |
void | VectorToPyList (const T &v, boost::python::list &l) |
|
static |
|
static |
void PyListToVector | ( | PyObject * | pyo, |
T & | v | ||
) |