3#include <dynamic-graph/linear-algebra.h>
4#include <dynamic-graph/value.h>
6#include <boost/python.hpp>
12command::Value
toValue(boost::python::object o,
13 const command::Value::Type& type);
14boost::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:63
Definition convert-dg-to-py.hh:8