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

Method clear

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

Remove all the edges and vertices from this graph. */

Source from the content-addressed store, hash-verified

371
372 /** Remove all the edges and vertices from this graph. */
373 void clear() { m_vertices.clear(); m_removed.clear(); }
374
375 /** Add a vertex to this graph. */
376 vertex_descriptor add_vertex(

Callers 6

DotIO.hFile · 0.45
clear_out_edgesMethod · 0.45
clearFunction · 0.45
finishContigMethod · 0.45
AdjIO.hFile · 0.45
clear_out_edgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected