MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / ~AMLGraph

Method ~AMLGraph

graph_implement.cpp:422–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422AMLGraph::~AMLGraph(){
423 int i = outVexList.size() - 1;
424 while(i >= 0){
425 DelVex(i--);
426 }
427 outVexList.clear();
428 if(type == DG)
429 inVexList.clear();
430}
431
432void AMLGraph::AddVex(MyGraphicsVexItem *gvex){
433 AMLVex newVex(gvex);

Callers 1

CreateSettingsMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected