hpp-manipulation 7.0.0 Classes for manipulation planning. |
#include <hpp/manipulation/steering-method/graph.hh>


Public Member Functions | |
| const core::SteeringMethodPtr_t & | innerSteeringMethod () const |
| void | innerSteeringMethod (const core::SteeringMethodPtr_t &sm) |
| Public Member Functions inherited from hpp::core::SteeringMethod | |
| ConfigurationIn_t q2) const | |
| ConfigurationIn_t q2) const | |
| virtual | ~SteeringMethod () |
| virtual copy () const=0 | |
| problem () const | |
| void | ConstraintSetPtr_t &constraints) |
| const constraints () const | |
| void | ConstraintSetPtr_t &constraints) |
| const constraints () const | |
Protected Member Functions | |
| SteeringMethod (const ProblemConstPtr_t &problem) | |
| Constructor. | |
| SteeringMethod (const SteeringMethod &other) | |
| Copy constructor. | |
| void | init (SteeringMethodWkPtr_t weak) |
| Protected Member Functions inherited from hpp::core::SteeringMethod | |
| problem) | |
| SteeringMethod &other) | |
| virtual ConfigurationIn_t q2) const=0 | |
| void | init (SteeringMethodWkPtr_t weak) |
Protected Attributes | |
| ProblemConstPtr_t | problem_ |
| A pointer to the manipulation problem. | |
| core::SteeringMethodPtr_t | steeringMethod_ |
| The encapsulated steering method. | |
| protected |
Constructor.
| protected |
Copy constructor.
| inlineprotected |
| inline |
| inline |
| protected |
A pointer to the manipulation problem.
| protected |
The encapsulated steering method.