BackwardMap< Graph > Class Template Reference
[Graph Maps]


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
#include <lemon/graph_utils.h>

List of all members.

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


Generated on Thu Jun 4 04:04:44 2009 for LEMON by  doxygen 1.5.9