#include <lemon/concept/bpugraph.h>
Inherits BpUGraph::ANode.
Inheritance diagram for BpUGraph::ANodeIt:
g
of type Graph
like this: int count=0; for (Graph::ANodeIt n(g); n!=INVALID; ++n) ++count;
Public Member Functions | |
ANodeIt () | |
Default constructor. | |
ANodeIt (const ANodeIt &n) | |
Copy constructor. | |
ANodeIt (Invalid) | |
Invalid constructor & conversion. | |
ANodeIt (const BpUGraph &) | |
Sets the iterator to the first node. | |
ANodeIt (const BpUGraph &, const Node &) | |
Node -> ANodeIt conversion. | |
ANodeIt & | operator++ () |
Next node. |
|
|
|
Copy constructor. |
|
Initialize the iterator to be invalid.
|
|
Sets the iterator to the first node of |
|
Sets the iterator to the node of |
|
Assign the iterator to the next node. |