#include <lemon/concept/graph_component.h>
Definition at line 564 of file graph_component.h.
Public Member Functions | |
GraphIncIterator () | |
Default constructor. | |
GraphIncIterator (GraphIncIterator const &) | |
Copy constructor. | |
GraphIncIterator (const Graph &, const typename Graph::Node &) | |
GraphIncIterator (Invalid) | |
Invalid constructor & conversion. | |
GraphIncIterator & | operator= (GraphIncIterator const &) |
Assign operator for nodes. | |
GraphIncIterator & | operator++ () |
Next edge. | |
bool | operator== (const GraphIncIterator &) const |
Equality operator. | |
bool | operator!= (const GraphIncIterator &) const |
Inequality operator. |
|
Definition at line 570 of file graph_component.h. |
|
Copy constructor. Definition at line 575 of file graph_component.h. |
|
Sets the iterator to the first edge incoming into or outgoing from the node. Definition at line 582 of file graph_component.h. |
|
This constructor initializes the item to be invalid.
Definition at line 587 of file graph_component.h. |
|
The nodes are assignable. Definition at line 592 of file graph_component.h. |
|
Assign the iterator to the next node. Definition at line 597 of file graph_component.h. |
|
Two iterators are equal if and only if they point to the same object or both are invalid. Definition at line 605 of file graph_component.h. |
|
Definition at line 611 of file graph_component.h. |