Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
foreach
Function · 0.80
insertNewVertex_
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected