convert-dg-to-py.hh
Go to the documentation of this file.
1 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
2 
3 #include <dynamic-graph/linear-algebra.h>
4 #include <dynamic-graph/value.h>
5 
6 #include <boost/python.hpp>
7 
8 namespace dynamicgraph {
9 namespace python {
10 namespace convert {
11 
12 command::Value toValue(boost::python::object o,
13  const command::Value::Type& type);
14 boost::python::object fromValue(const command::Value& value);
15 
16 } // namespace convert
17 } // namespace python
18 } // namespace dynamicgraph
dynamicgraph
Definition: convert-dg-to-py.hh:8
dynamicgraph::python::convert::fromValue
boost::python::object fromValue(const command::Value &value)
Definition: convert-dg-to-py.cc:63
dynamicgraph::python::convert::toValue
command::Value toValue(boost::python::object o, const command::Value::Type &type)