ConUEdgeIt< _Graph > Class Template Reference
[Basic Graph Utilities]


Detailed Description

template<typename _Graph>
class lemon::ConUEdgeIt< _Graph >

Iterator for iterating on uedges connected the same nodes. It is higher level interface for the findUEdge() function. You can use it the following way:
      for (ConUEdgeIt<Graph> it(g, src, trg); it != INVALID; ++it) {
        ...
      }

See also:
findUEdge()
Author:
Balazs Dezso
#include <lemon/graph_utils.h>

List of all members.

Public Member Functions

 ConUEdgeIt (const Graph &g, Node u, Node v)
 Constructor.
 ConUEdgeIt (const Graph &g, UEdge e)
 Constructor.
ConUEdgeItoperator++ ()
 Increment operator.


Constructor & Destructor Documentation

ConUEdgeIt ( const Graph &  g,
Node  u,
Node  v 
) [inline]

Construct a new ConUEdgeIt iterating on the edges which connects the u and v node.

ConUEdgeIt ( const Graph &  g,
UEdge  e 
) [inline]

Construct a new ConUEdgeIt which continues the iterating from the e edge.


Member Function Documentation

ConUEdgeIt& operator++ (  )  [inline]

It increments the iterator and gives back the next edge.


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