BackwardMap Class Template Reference
[Graph Maps]

#include <lemon/graph_utils.h>

List of all members.


Detailed Description

template<typename Graph>
class lemon::BackwardMap< Graph >

Returns the "backward" directed edge view of an undirected edge.
See also:
ForwardMap
Author:
Balazs Dezso

Public Member Functions

 BackwardMap (const Graph &_graph)
 Constructor.
Value operator[] (const Key &key) const
 The subscript operator.

Related Functions

(Note that these are not member functions.)

template<typename Graph>
BackwardMap< GraphbackwardMap (const Graph &graph)
 Returns a BackwardMap class.

Constructor & Destructor Documentation

BackwardMap ( const Graph _graph  )  [inline, explicit]

Constructor

Parameters:
_graph The graph that the map belongs to.


Member Function Documentation

Value operator[] ( const Key &  key  )  const [inline]

The subscript operator.

Parameters:
key An undirected edge
Returns:
The "backward" directed edge view of undirected edge


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

Generated on Sat Apr 19 14:18:50 2008 for LEMON by  doxygen 1.5.5