#include <Python.h>
#include <dynamic-graph/pool.h>
#include <dynamic-graph/entity.h>
#include <vector>
#include "exception.hh"
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. |