ForwardMap Class Template Reference
[Graph Maps]

#include <lemon/graph_utils.h>

List of all members.


Detailed Description

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

Returns the "forward" directed edge view of an undirected edge.
Author:
Balazs Dezso


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.)

ForwardMap< Graph > forwardMap (const Graph &graph)
 Returns a ForwardMap class.


Constructor & Destructor Documentation

ForwardMap const Graph &  _graph  )  [inline]
 

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


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:41:36 2006 for LEMON by  doxygen 1.4.6