| igraph Reference Manual |
|---|
int igraph_es_all(igraph_es_t *es, igraph_edgeorder_type_t order);
Arguments:
|
Pointer to an uninitialized edge selector object. |
|
Constant giving the order in which the edges will be
included in the selector. Possible values:
|
Returns:
Error code. |
See also:
Time complexity: O(1).
| << 6. Edge selector constructors | 6.2. igraph_es_adj — Adjacent edges of a vertex. >> |