TargetMap< Graph > Class Template Reference
[Graph Maps]


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
#include <lemon/graph_utils.h>

List of all members.

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


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