PlannerDataGraph.h
Wrapper class for the Boost.Graph representation of the PlannerData. This class inherits from a boost...
Definition: PlannerDataGraph.h:71
boost::graph_traits< Type >::adjacency_iterator AdjIterator
Boost.Graph adjacency iterator.
Definition: PlannerDataGraph.h:121
boost::graph_traits< Type >::in_edge_iterator IEIterator
Boost.Graph input edge iterator.
Definition: PlannerDataGraph.h:117
boost::graph_traits< Type >::out_edge_iterator OEIterator
Boost.Graph output edge iterator.
Definition: PlannerDataGraph.h:119
boost::graph_traits< Type >::edge_iterator EIterator
Boost.Graph edge iterator.
Definition: PlannerDataGraph.h:115
boost::graph_traits< Type >::vertex_iterator VIterator
Boost.Graph vertex iterator.
Definition: PlannerDataGraph.h:113
boost::graph_traits< Type >::edge_descriptor Edge
Boost.Graph edge descriptor.
Definition: PlannerDataGraph.h:111
PlannerDataGraph Type
Data type for the Boost.Graph representation.
Definition: PlannerDataGraph.h:106
Base class for a vertex in the PlannerData structure. All derived classes must implement the clone an...
Definition: PlannerData.h:119