Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BackwardMap Class Template Reference
[Graph Maps]

#include <lemon/graph_utils.h>

List of all members.


Detailed Description

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

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


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

BackwardMap< Graph > backwardMap (const Graph &graph)
 Returns a BackwardMap class.


Constructor & Destructor Documentation

BackwardMap 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 "backward" directed edge view of undirected edge


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:15:36 2005 for LEMON by  doxygen 1.4.4