| igraph Reference Manual |
|---|
igraph_vs_all — Vertex set, all vertices of a graph.igraph_vs_adj — Adjacent vertices of a vertex.igraph_vs_nonadj — Non-adjacent vertices of a vertexigraph_vs_none — Empty vertex set.igraph_vs_1 — Vertex set with a single vertex.igraph_vs_vector — Vertex set based on a vector.igraph_vs_vector_small — Create a vertex set by giving its elements.igraph_vs_seq — Vertex set, an interval of vertices.Vertex selectors are created by vertex selector constructors,
can be instantiated with igraph_vit_create(), and are
destroyed with igraph_vs_destroy().
| << 1. About selectors, iterators | 2.1. igraph_vs_all — Vertex set, all vertices of a graph. >> |