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

Method addVertex

src/openms_gui/source/VISUAL/TOPPASScene.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void TOPPASScene::addVertex(TOPPASVertex* tv)
127 {
128 vertices_.push_back(tv);
129 addItem(tv);
130 }
131
132 void TOPPASScene::addEdge(TOPPASEdge* te)
133 {

Callers 2

foreachFunction · 0.80
insertNewVertex_Method · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected