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

Function remove_vertex

Graph/UndirectedGraph.h:510–513  ·  view source on GitHub ↗

Remove vertex u from this graph. It is assumed that there * are no edges to or from vertex u. It is best to call * clear_vertex before remove_vertex. */

Source from the content-addressed store, hash-verified

508 * clear_vertex before remove_vertex.
509 */
510 void remove_vertex(vertex_descriptor u)
511 {
512 put(vertex_removed, u, true);
513 }
514
515 /** Return the number of vertices. */
516 vertices_size_type num_vertices() const

Callers

nothing calls this directly

Calls 2

putFunction · 0.70
remove_vertexMethod · 0.45

Tested by

no test coverage detected