BackwardMap Class Template Reference
[Graph Maps]


Detailed Description

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

Returns the "backward" directed arc view of an edge.
See also:
ForwardMap
#include <lemon/maps.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< Graph > backwardMap (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 edge
Returns:
The "backward" directed arc view of edge


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

Generated on Sun Oct 12 20:09:57 2008 for LEMON by  doxygen 1.5.7.1