#include <lemon/path.h>
Of course it converts to Graph::Node
Public Member Functions | |
NodeIt () | |
Default constructor. | |
NodeIt (Invalid) | |
Invalid constructor. | |
NodeIt (const Path &_path, int _id=0) | |
Constructor with starting point. | |
operator Node () const | |
Conversion to Graph::Node. | |
NodeIt & | operator++ () |
Steps to the next node. | |
bool | operator== (const NodeIt &n) const |
Comparison operator. | |
bool | operator!= (const NodeIt &n) const |
Comparison operator. | |
bool | operator< (const NodeIt &n) const |
Comparison operator. |
NodeIt | ( | ) | [inline] |
Default constructor
operator Node | ( | ) | const [inline] |
Conversion to Graph::Node
NodeIt& operator++ | ( | ) | [inline] |
Steps to the next node
bool operator== | ( | const NodeIt & | n | ) | const [inline] |
Comparison operator
bool operator!= | ( | const NodeIt & | n | ) | const [inline] |
Comparison operator
bool operator< | ( | const NodeIt & | n | ) | const [inline] |
Comparison operator