| igraph Reference Manual |
|---|
#define IGRAPH_EIT_GET(eit)
Gives the edge id of the current edge pointed to by an iterator.
Arguments:
|
The edge iterator. |
Returns:
The id of the current edge. |
Time complexity: O(1).
<< 9.7. IGRAPH_EIT_RESET — Reset an edge iterator. |
Chapter 9. Graph, Vertex and Edge Attributes >> |