MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / DelVex

Method DelVex

graph_implement.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ALGraph::DelVex(MyGraphicsVexItem *gvex){
59 int vexID = GetIdOf(gvex);
60 DelVex(vexID);
61}
62
63void ALGraph::DelVex(int vexID){
64 //Delete out arc

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected