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

Function remove_edge

Graph/ContigGraph.h:377–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376template <typename G>
377void
378remove_edge(
379 typename ContigGraph<G>::vertex_descriptor u,
380 typename ContigGraph<G>::vertex_descriptor v,
381 ContigGraph<G>& g)
382{
383 return g.remove_edge(u, v);
384}
385
386template <typename G>
387void

Callers 4

clear_out_edgesMethod · 0.70
remove_edgeMethod · 0.70
removeEdgeIfFunction · 0.70
remove_edgesFunction · 0.70

Calls 1

remove_edgeMethod · 0.45

Tested by

no test coverage detected