MCPcopy Create free account
hub / github.com/BirolLab/abyss / vertex

Method vertex

Graph/DirectedGraph.h:490–493  ·  view source on GitHub ↗

Return the nth vertex. */

Source from the content-addressed store, hash-verified

488
489 /** Return the nth vertex. */
490 static vertex_descriptor vertex(vertices_size_type n)
491 {
492 return vertex_descriptor(n);
493 }
494
495 /** Iterate through the edges of this graph. */
496 std::pair<edge_iterator, edge_iterator> edges() const

Callers 2

vertexFunction · 0.80
vertexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected