#include <lemon/concept/path.h>
Of course it converts to Graph::Node.
Public Member Functions | |
NodeIt () | |
Default constructor. | |
NodeIt (Invalid) | |
Invalid constructor. | |
NodeIt (const Path &) | |
Constructor with starting point. | |
operator const GraphNode & () const | |
Conversion to Graph::Node. | |
NodeIt & | operator++ () |
Next node. | |
bool | operator== (const NodeIt &) const |
Comparison operator. | |
bool | operator!= (const NodeIt &) const |
Comparison operator. |