Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ DelArc
Method
DelArc
graph_implement.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void ALGraph::DelArc(MyGraphicsLineItem *garc){
94
int sVex = GetIdOf(garc->stVex());
95
int eVex = GetIdOf(garc->edVex());
96
DelArc(sVex, eVex);
97
}
98
99
void ALGraph::DelArc(int sVexID, int eVexID){
100
//Delete sVex -> eVex
Callers
1
Init
Method · 0.80
Calls
2
stVex
Method · 0.80
edVex
Method · 0.80
Tested by
no test coverage detected