hpp-manipulation
4.9.0
Classes for manipulation planning.
|
Namespaces | |
dot | |
helper | |
Classes | |
class | Edge |
class | Foliation |
class | Graph |
class | GraphComponent |
Define common methods of the graph components. More... | |
class | GuidedStateSelector |
class | Histogram |
class | LeafBin |
class | LeafHistogram |
class | LevelSetEdge |
class | NodeBin |
class | State |
class | StateHistogram |
class | StateSelector |
class | Validation |
class | WaypointEdge |
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) | |
std::ostream & | operator<< (std::ostream &os, const GraphComponent &graphComp) |
std::ostream & | operator<< (std::ostream &os, const StateSelector &ss) |
std::ostream & | operator<< (std::ostream &os, const Validation &v) |
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< 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<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< Validation > hpp::manipulation::graph::ValidationPtr_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_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 | ) |
|
inline |