MCPcopy 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
93void ALGraph::DelArc(MyGraphicsLineItem *garc){
94 int sVex = GetIdOf(garc->stVex());
95 int eVex = GetIdOf(garc->edVex());
96 DelArc(sVex, eVex);
97}
98
99void ALGraph::DelArc(int sVexID, int eVexID){
100 //Delete sVex -> eVex

Callers 1

InitMethod · 0.80

Calls 2

stVexMethod · 0.80
edVexMethod · 0.80

Tested by

no test coverage detected