convert-dg-to-py.hh File Reference
Include dependency graph for convert-dg-to-py.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

 dynamicgraph
 
 dynamicgraph::python
 
 dynamicgraph::python::convert
 

Functions

command::Value dynamicgraph::python::convert::pythonToValue (PyObject *pyObject, const command::Value::Type &valueType)
 
PyObject * dynamicgraph::python::convert::vectorToPython (const Vector &vector)
 
PyObject * dynamicgraph::python::convert::matrixToPython (const ::dynamicgraph::Matrix &matrix)
 
PyObject * dynamicgraph::python::convert::matrix4dToPython (const Eigen::Matrix4d &matrix)
 
PyObject * dynamicgraph::python::convert::valueToPython (const ::dynamicgraph::command::Value &value)