|
hpp-python
9.0.2
python bindings for HPP, based on boost python
|
Python wrapper for State. More...
#include <pyhpp/manipulation/graph.hh>
Public Member Functions | |
| PyWState (const StatePtr_t &object) | |
| std::size_t | id () const |
| std::string | name () const |
| boost::python::list | neighborEdges () |
| hpp::core::ConstraintSetPtr_t | configConstraint () const |
Public Attributes | |
| StatePtr_t | obj |
Python wrapper for State.
| pyhpp::manipulation::PyWState::PyWState | ( | const StatePtr_t & | object | ) |
| hpp::core::ConstraintSetPtr_t pyhpp::manipulation::PyWState::configConstraint | ( | ) | const |
| std::size_t pyhpp::manipulation::PyWState::id | ( | ) | const |
| std::string pyhpp::manipulation::PyWState::name | ( | ) | const |
| boost::python::list pyhpp::manipulation::PyWState::neighborEdges | ( | ) |
| StatePtr_t pyhpp::manipulation::PyWState::obj |