#include <lemon/concept/bpugraph.h>
Inherits BpUGraph::BNode.
Inheritance diagram for BpUGraph::BNodeIt:
g
of type Graph
like this: int count=0; for (Graph::BNodeIt n(g); n!=INVALID; ++n) ++count;
Public Member Functions | |
BNodeIt () | |
Default constructor. | |
BNodeIt (const BNodeIt &n) | |
Copy constructor. | |
BNodeIt (Invalid) | |
Invalid constructor & conversion. | |
BNodeIt (const BpUGraph &) | |
Sets the iterator to the first node. | |
BNodeIt (const BpUGraph &, const Node &) | |
Node -> BNodeIt conversion. | |
BNodeIt & | 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. |