| igraph Reference Manual |
|---|
int igraph_es_adj(igraph_es_t *es, igraph_integer_t vid, igraph_neimode_t mode);
Arguments:
es: |
Pointer to an uninitialized edge selector object. |
vid: |
Vertex id, of which the adjacent edges will be selected. |
mode: |
Constant giving the type of the adjacent edges to
select. This is ignored for undirected graphs. Possible values:
|
Returns:
|
Error code. |
Time complexity: O(1).
<< 6.1. igraph_es_all — Edge set, all edges. |
6.3. igraph_es_none — Empty edge selector. >> |