hpp-manipulation 7.0.0 Classes for manipulation planning. |
#include <hpp/manipulation/roadmap-node.hh>


Public Member Functions | |
| RoadmapNode (ConfigurationIn_t configuration) | |
| RoadmapNode (ConfigurationIn_t configuration, ConnectedComponentPtr_t cc) | |
| void | leafConnectedComponent (const LeafConnectedCompPtr_t &sc) |
| LeafConnectedCompPtr_t | leafConnectedComponent () const |
Cache | |
| bool | cacheUpToDate () const |
| Get the caching system being used. | |
| graph::StatePtr_t | graphState () const |
| Getter for the graph::State. | |
| void | graphState (const graph::StatePtr_t &state) |
| Setter for the graph::State. | |
| Public Member Functions inherited from hpp::core::Node | |
| configuration) | |
| connectedComponent) | |
| void | EdgePtr_t edge) |
| void | EdgePtr_t edge) |
| void | ConnectedComponentPtr_t &cc) |
| connectedComponent () const | |
| const outEdges () const | |
| const inEdges () const | |
| bool | NodePtr_t &n) const |
| bool | NodePtr_t &n) const |
| const configuration () const | |
| std::ostream & | print (std::ostream &os) const |
| virtual | ~Node () |
Additional Inherited Members | |
| Public Types inherited from hpp::core::Node | |
| typedef std::list< Edges_t | |
| Protected Member Functions inherited from hpp::core::Node | |
| Node () | |
| inline |
| hpp::manipulation::RoadmapNode::RoadmapNode | ( | ConfigurationIn_t | configuration, |
| ConnectedComponentPtr_t | cc ) |
| inline |
Get the caching system being used.
| inline |
Getter for the graph::State.
| inline |
Setter for the graph::State.
| inline |
| inline |