Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ AMLGraph
Method
AMLGraph
graph_implement.h:179–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
178
public:
179
AMLGraph(int _type = DG) : AbstractGraph(_type){}
180
~AMLGraph();
181
/* Insert */
182
void AddVex(MyGraphicsVexItem *gvex);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected