3 #include <boost/python.hpp>
5 #include <dynamic-graph/linear-algebra.h>
6 #include <dynamic-graph/value.h>
12 command::Value
toValue(boost::python::object o,
const command::Value::Type& type);
13 boost::python::object
fromValue(
const command::Value& value);
command::Value toValue(boost::python::object o, const command::Value::Type &type)
boost::python::object fromValue(const command::Value &value)
Definition: convert-dg-to-py.cc:62
Definition: convert-dg-to-py.hh:8