Namespaces | |
dot | |
helper | |
Classes | |
class | Edge |
Transition between two states of a constraint graph. More... | |
class | Foliation |
This class represents a foliation of a submanifold of the configuration space. More... | |
class | Graph |
Description of the constraint graph. More... | |
class | GraphComponent |
Define common methods of the graph components. More... | |
class | GuidedStateSelector |
class | Histogram |
class | LeafBin |
This class is used to do statistics on the roadmap. More... | |
class | LeafHistogram |
class | LevelSetEdge |
Edge that find intersection of level set. More... | |
class | NodeBin |
This class is used to do statistics on the roadmap. More... | |
class | State |
State of an end-effector. More... | |
class | StateHistogram |
class | StateSelector |
This class is used to get the state of a configuration. More... | |
class | WaypointEdge |
Edge with waypoint. More... | |
Functions | |
HPP_PREDEF_CLASS (Graph) | |
HPP_PREDEF_CLASS (Edge) | |
HPP_PREDEF_CLASS (State) | |
HPP_PREDEF_CLASS (WaypointEdge) | |
HPP_PREDEF_CLASS (LevelSetEdge) | |
HPP_PREDEF_CLASS (StateSelector) | |
HPP_PREDEF_CLASS (GraphComponent) | |
HPP_PREDEF_CLASS (GuidedStateSelector) | |
HPP_MAKE_EXCEPTION (HPP_MANIPULATION_DLLAPI, Bad_function_call) | |
std::ostream & | operator<< (std::ostream &os, const GraphComponent &graphComp) |
typedef boost::shared_ptr< Edge > hpp::manipulation::graph::EdgePtr_t |
typedef std::vector< EdgePtr_t > hpp::manipulation::graph::Edges_t |
typedef boost::shared_ptr< GraphComponent > hpp::manipulation::graph::GraphComponentPtr_t |
typedef std::vector< GraphComponentWkPtr_t > hpp::manipulation::graph::GraphComponents_t |
typedef boost::shared_ptr< Graph > hpp::manipulation::graph::GraphPtr_t |
typedef boost::shared_ptr< GuidedNodeSelector > hpp::manipulation::graph::GuidedNodeSelectorPtr_t |
typedef boost::shared_ptr< GuidedStateSelector > hpp::manipulation::graph::GuidedStateSelectorPtr_t |
typedef boost::shared_ptr<Histogram> hpp::manipulation::graph::HistogramPtr_t |
typedef std::list< HistogramPtr_t > hpp::manipulation::graph::Histograms_t |
typedef StateHistogram NodeHistogram hpp::manipulation::graph::HPP_MANIPULATION_DEPRECATED |
typedef std::vector<segments_t> hpp::manipulation::graph::IntervalsContainer_t |
typedef boost::shared_ptr<LeafHistogram> hpp::manipulation::graph::LeafHistogramPtr_t |
typedef boost::shared_ptr< LevelSetEdge > hpp::manipulation::graph::LevelSetEdgePtr_t |
typedef boost::shared_ptr<StateHistogram> hpp::manipulation::graph::NodeHistogramPtr_t |
typedef boost::shared_ptr< Node > hpp::manipulation::graph::NodePtr_t |
typedef std::vector< NodePtr_t > hpp::manipulation::graph::Nodes_t |
typedef boost::shared_ptr< NodeSelector > hpp::manipulation::graph::NodeSelectorPtr_t |
typedef std::vector< NodeSelectorPtr_t > hpp::manipulation::graph::NodeSelectors_t |
typedef boost::shared_ptr<StateHistogram> hpp::manipulation::graph::StateHistogramPtr_t |
typedef boost::shared_ptr< State > hpp::manipulation::graph::StatePtr_t |
typedef std::vector< StatePtr_t > hpp::manipulation::graph::States_t |
typedef boost::shared_ptr< StateSelector > hpp::manipulation::graph::StateSelectorPtr_t |
typedef std::vector< StateSelectorPtr_t > hpp::manipulation::graph::StateSelectors_t |
typedef boost::shared_ptr< WaypointEdge > hpp::manipulation::graph::WaypointEdgePtr_t |
typedef ::hpp::statistics::DiscreteDistribution< EdgePtr_t >::Weight_t hpp::manipulation::graph::Weight_t |
hpp::manipulation::graph::HPP_MAKE_EXCEPTION | ( | HPP_MANIPULATION_DLLAPI | , |
Bad_function_call | |||
) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | Graph | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | Edge | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | State | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | WaypointEdge | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | LevelSetEdge | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | StateSelector | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | GraphComponent | ) |
hpp::manipulation::graph::HPP_PREDEF_CLASS | ( | GuidedStateSelector | ) |