hpp-manipulation 7.0.0 Classes for manipulation planning. |
#include <hpp/manipulation/problem-target/state.hh>


Public Member Functions | |
| void | check (const core::RoadmapPtr_t &roadmap) const |
| Check if the problem target is well specified. | |
| bool | reached (const core::RoadmapPtr_t &roadmap) const |
| Check whether the problem is solved. | |
| core::RoadmapPtr_t &roadmap) const | |
| void | target (const graph::StatePtr_t &state) |
| Public Member Functions inherited from hpp::core::ProblemTarget | |
| virtual | ~ProblemTarget () |
| void | ProblemPtr_t &problem) |
Static Public Member Functions | |
| static StatePtr_t | create (const problem) |
Protected Member Functions | |
| State (const problem) | |
| Constructor. | |
| Protected Member Functions inherited from hpp::core::ProblemTarget | |
| problem) | |
| void | init (const ProblemTargetWkPtr_t &weak) |
Additional Inherited Members | |
| Protected Attributes inherited from hpp::core::ProblemTarget | |
| ProblemWkPtr_t | problem_ |
| ProblemTargetWkPtr_t | weakPtr_ |
This class defines a goal using state of the constraint graph.
| inlineprotected |
Constructor.
| virtual |
Check if the problem target is well specified.
Implements hpp::core::ProblemTarget.
| virtual |
Implements hpp::core::ProblemTarget.
| static |
| virtual |
Check whether the problem is solved.
Implements hpp::core::ProblemTarget.
| inline |