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

Method AbstractGraph

graph_implement.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 enum { UDG = 1, DG = 2 };
26
27 AbstractGraph(int _type = DG) : type(_type){}
28 virtual ~AbstractGraph() = 0;
29 /* Insert */
30 virtual void AddVex(MyGraphicsVexItem *gvex) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected