| igraph Reference Manual |
|---|
#define IGRAPH_VIT_GET(vit)
Gives the vertex id of the current vertex poited to by the iterator.
Arguments:
|
The vertex iterator. |
Returns:
The vertex id of the current vertex. |
Time complexity: O(1).
<< 5.7. IGRAPH_VIT_RESET — Reset a vertex iterator. |
6. Edge selector constructors >> |