TargetMap Class Template Reference
[Graph Maps]

#include <lemon/graph_utils.h>

List of all members.


Detailed Description

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

The TargetMap gives back the target Node of the given edge.
Author:
Balazs Dezso


Public Member Functions

 TargetMap (const Graph &_graph)
 Constructor.
Value operator[] (const Key &e) const
 The subscript operator.

Related Functions

(Note that these are not member functions.)

TargetMap< Graph > targetMap (const Graph &graph)
 Returns a TargetMap class.


Constructor & Destructor Documentation

TargetMap const Graph &  _graph  )  [inline]
 

Constructor

Parameters:
_graph The graph that the map belongs to.


Member Function Documentation

Value operator[] const Key &  e  )  const [inline]
 

The subscript operator.

Parameters:
e The edge
Returns:
The target of the 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