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

Method AddVex

graph_implement.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void ALGraph::AddVex(MyGraphicsVexItem *gvex){
33 ALVex newVex(gvex);
34 vexList.push_back(newVex);
35}
36
37void ALGraph::AddVex(VexInfo *info){
38 ALVex newVex(info);

Callers 3

ConvertToAMLMethod · 0.80
ConvertToALMethod · 0.80
addVexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected