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


Public Member Functions | |
| virtual core::SteeringMethodPtr_t | copy () const |
| Copy instance and return shared pointer. | |
| Public Member Functions inherited from hpp::manipulation::SteeringMethod | |
| 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 () |
| problem () const | |
| void | ConstraintSetPtr_t &constraints) |
| const constraints () const | |
| void | ConstraintSetPtr_t &constraints) |
| const constraints () const | |
Static Public Member Functions | |
| static GraphPtr_t | create (const problem) |
| template<typename T> | |
| static GraphPtr_t | create (const problem) |
| static GraphPtr_t | createCopy (const GraphPtr_t &other) |
| Create copy and return shared pointer. | |
Protected Member Functions | |
| Graph (const ProblemConstPtr_t &problem) | |
| Constructor. | |
| Graph (const Graph &) | |
| Copy constructor. | |
| virtual PathPtr_t | impl_compute (ConfigurationIn_t q1, ConfigurationIn_t q2) const |
| void | init (GraphWkPtr_t weak) |
| Protected Member Functions inherited from hpp::manipulation::SteeringMethod | |
| 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) | |
| void | init (SteeringMethodWkPtr_t weak) |
Additional Inherited Members | |
| Protected Attributes inherited from hpp::manipulation::SteeringMethod | |
| ProblemConstPtr_t | problem_ |
| A pointer to the manipulation problem. | |
| core::SteeringMethodPtr_t | steeringMethod_ |
| The encapsulated steering method. | |
| protected |
Constructor.
| protected |
Copy constructor.
| inlinevirtual |
Copy instance and return shared pointer.
Implements hpp::core::SteeringMethod.
| static |
Create instance and return shared pointer
| static |
| static |
Create copy and return shared pointer.
| protectedvirtual |
Implements hpp::core::SteeringMethod.
| inlineprotected |