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