ForwardMap< Graph > Class Template Reference
[Graph Maps]


Detailed Description

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

Returns the "forward" directed edge view of an undirected edge.
See also:
BackwardMap
Author:
Balazs Dezso
#include <lemon/graph_utils.h>

List of all members.

Public Member Functions

 ForwardMap (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 >
ForwardMap< Graph > forwardMap (const Graph &graph)
 Returns a ForwardMap class.


Constructor & Destructor Documentation

ForwardMap ( 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 "forward" directed edge view of undirected edge


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