Loading...
Searching...
No Matches
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
8namespace dynamicgraph {
9namespace python {
10namespace convert {
11
12command::Value toValue(boost::python::object o,
13 const command::Value::Type& type);
14boost::python::object fromValue(const command::Value& value);
15
16} // namespace convert
17} // namespace python
18} // namespace dynamicgraph
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