|
hpp-manipulation 6.1.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 | |
| PathPtr_t | operator() (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
| PathPtr_t | steer (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
| virtual | ~SteeringMethod () |
| virtual SteeringMethodPtr_t | copy () const=0 |
| ProblemConstPtr_t | problem () const |
| void | constraints (const ConstraintSetPtr_t &constraints) |
| const ConstraintSetPtr_t & | constraints () const |
| void | constraints (const ConstraintSetPtr_t &constraints) |
| const ConstraintSetPtr_t & | constraints () const |
Protected Member Functions | |
| SteeringMethod (const ProblemConstPtr_t &problem) | |
| Constructor. More... | |
| SteeringMethod (const SteeringMethod &other) | |
| Copy constructor. More... | |
| void | init (SteeringMethodWkPtr_t weak) |
Protected Member Functions inherited from hpp::core::SteeringMethod | |
| SteeringMethod (const ProblemConstPtr_t &problem) | |
| SteeringMethod (const SteeringMethod &other) | |
| virtual PathPtr_t | impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const=0 |
| void | init (SteeringMethodWkPtr_t weak) |
Protected Attributes | |
| ProblemConstPtr_t | problem_ |
| A pointer to the manipulation problem. More... | |
| core::SteeringMethodPtr_t | steeringMethod_ |
| The encapsulated steering method. More... | |
|
protected |
Constructor.
|
protected |
Copy constructor.
|
inlineprotected |
|
inline |
|
inline |
|
protected |
A pointer to the manipulation problem.
|
protected |
The encapsulated steering method.