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

Function remove_vertex

Graph/DirectedGraph.h:669–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667
668template <typename VP, typename EP>
669void
670remove_vertex(
671 typename DirectedGraph<VP, EP>::vertex_descriptor u,
672 DirectedGraph<VP, EP>& g)
673{
674 g.remove_vertex(u);
675}
676
677// EdgeMutableGraph
678

Callers

nothing calls this directly

Calls 1

remove_vertexMethod · 0.45

Tested by

no test coverage detected