#include <lemon/path.h>
Collaboration diagram for UndirPath::EdgeIt:
Of course it converts to Graph::Edge
Definition at line 503 of file path.h.
Public Member Functions | |
EdgeIt () | |
Default constructor. | |
EdgeIt (Invalid) | |
Invalid constructor. | |
EdgeIt (const UndirPath &_p, int _idx=0) | |
Constructor with starting point. | |
bool | valid () const |
Validity check. | |
operator GraphEdge () const | |
Conversion to Graph::Edge. | |
EdgeIt & | operator++ () |
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. |