#include <lemon/path.h>
Collaboration diagram for DirPath::NodeIt:
Of course it converts to Graph::Node
Definition at line 213 of file path.h.
Public Member Functions | |
NodeIt () | |
Default constructor. | |
NodeIt (Invalid) | |
Invalid constructor. | |
NodeIt (const DirPath &_p, int _idx=0) | |
Constructor with starting point. | |
bool | valid () const |
Validity check. | |
operator const GraphNode & () const | |
Conversion to Graph::Node. | |
NodeIt & | operator++ () |
Next node. | |
bool | operator== (const NodeIt &e) const |
Comparison operator. | |
bool | operator!= (const NodeIt &e) const |
Comparison operator. | |
bool | operator< (const NodeIt &e) const |
Comparison operator. |