|
hpp-python 6.1.0
python bindings for HPP, based on boost python
|
Result structure for constraint operations. More...
#include <pyhpp/manipulation/graph.hh>
Public Member Functions | |
| ConstraintResult () | |
| ConstraintResult (bool s, const Configuration_t &config, value_type err) | |
Public Attributes | |
| bool | success |
| Configuration_t | configuration |
| value_type | error |
Result structure for constraint operations.
|
inline |
|
inline |
| Configuration_t pyhpp::manipulation::ConstraintResult::configuration |
| value_type pyhpp::manipulation::ConstraintResult::error |
| bool pyhpp::manipulation::ConstraintResult::success |