LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
pr_bgl::rev_edge_map< G > Class Template Reference

Readable boost property map which maps from reversed edges to original edges. More...

#include <rev_edge_map.h>

Public Types

typedef boost::graph_traits< G >
::edge_descriptor 
GEdge
 
typedef boost::reverse_graph< G > R
 
typedef boost::graph_traits< R >
::edge_descriptor 
REdge
 
typedef REdge key_type
 
typedef GEdge value_type
 
typedef GEdge reference
 
typedef
boost::readable_property_map_tag 
category
 

Public Member Functions

 rev_edge_map (const R &in)
 

Public Attributes

const R & rgp
 

Detailed Description

template<class G>
class pr_bgl::rev_edge_map< G >

Readable boost property map which maps from reversed edges to original edges.

The rev_edge_map class is a readable boost property map which maps from reversed edges to original edges in a reversed graph.


The documentation for this class was generated from the following file: