| igraph Reference Manual |
|---|
#define IGRAPH_EIT_RESET(eit)
Resets an ege iterator. After calling this macro the iterator will point to the first edge.
Arguments:
eit: |
The edge iterator. |
Time complexity: O(1).
<< 9.6. IGRAPH_EIT_SIZE — Number of edges in the iterator. |
9.8. IGRAPH_EIT_GET — Query an edge iterator. >> |