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.
See also:
SourceMap
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.)

template<typename Graph>
TargetMap< GraphtargetMap (const Graph &graph)
 Returns a TargetMap class.

Constructor & Destructor Documentation

TargetMap ( const Graph _graph  )  [inline, explicit]

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 Sat Apr 19 14:18:48 2008 for LEMON by  doxygen 1.5.5