| igraph Reference Manual |
|---|
int igraph_es_1(igraph_es_t *es, igraph_integer_t eid);
Arguments:
es: |
Pointer to an uninitialized edge selector object. |
eid: |
Edge id of the edge to select. |
Returns:
|
Error code. |
See also:
Time complexity: O(1).
<< 6.3. igraph_es_none — Empty edge selector. |
6.5. igraph_es_vector — Handle a vector as an edge selector. >> |