#include <lemon/concept/path.h>
Of course it converts to Graph::Node.
Definition at line 140 of file path.h.
Public Member Functions | |
NodeIt () | |
Default constructor. | |
NodeIt (Invalid) | |
Invalid constructor. | |
NodeIt (const Path &_p) | |
Constructor with starting point. | |
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. |