UPath::EdgeIt Class Reference

#include <lemon/path.h>

List of all members.


Detailed Description

template<typename Graph>
class lemon::UPath< Graph >::EdgeIt

This class is used to iterate on the edges of the paths

Of course it converts to Graph::Edge

Todo:
Its interface differs from the standard edge iterator. Yes, it shouldn't.


Public Member Functions

 EdgeIt ()
 Default constructor.
 EdgeIt (Invalid)
 Invalid constructor.
 EdgeIt (const UPath &_p, int _idx=0)
 Constructor with starting point.
bool valid () const
 Validity check.
 operator GraphEdge () const
 Conversion to Graph::Edge.
EdgeItoperator++ ()
 Next edge.
bool operator== (const EdgeIt &e) const
 Comparison operator.
bool operator!= (const EdgeIt &e) const
 Comparison operator.
bool operator< (const EdgeIt &e) const
 Comparison operator.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:42:27 2006 for LEMON by  doxygen 1.4.6