convert-dg-to-py.hh
Go to the documentation of this file.
1 // Copyright 2010, Florent Lamiraux, Thomas Moulard, LAAS-CNRS.
2 
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
boost::python::object fromValue(const command::Value &value)
float value
command::Value toValue(boost::python::object o, const command::Value::Type &type)


dynamic-graph-python
Author(s): Nicolas Mansard, Olivier Stasse
autogenerated on Sun Jun 25 2023 02:55:50