MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / removeOutEdge

Method removeOutEdge

src/openms_gui/source/VISUAL/TOPPASVertex.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489
490 void TOPPASVertex::removeOutEdge(TOPPASEdge* edge)
491 {
492 out_edges_.removeAll(edge);
493 }
494
495 TOPPASVertex::DFS_COLOR TOPPASVertex::getDFSColor()
496 {

Callers 1

~TOPPASEdgeMethod · 0.80

Calls 1

removeAllMethod · 0.45

Tested by

no test coverage detected