BackwardMap provides access for the "backward" directed arc view of each edge in a graph, which is returned by the direct() function of the graph with false parameter.
| GR | The graph type. |
#include <lemon/maps.h>
Public Member Functions | |
| BackwardMap (const GR &graph) | |
| Constructor. | |
| Value | operator[] (const Key &key) const |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename GR > | |
| BackwardMap< GR > | backwardMap (const GR &graph) |
Returns a BackwardMap class. | |
|
inlineexplicit |
Constructor.
| graph | The graph that the map belongs to. |
|
inline |
Returns the "backward" directed arc view of the given edge.
1.8.2