pool-py.cc File Reference
#include <Python.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/entity.h>
#include <vector>
#include "exception.hh"
Include dependency graph for pool-py.cc:

Namespaces

namespace  dynamicgraph
namespace  dynamicgraph::python
namespace  dynamicgraph::python::pool

Functions

PyObject * dynamicgraph::python::pool::writeGraph (PyObject *self, PyObject *args)
PyObject * dynamicgraph::python::pool::getEntityList (PyObject *, PyObject *args)
 Get list of entities.