| 133 | void BFS(MyGraphicsVexItem *strtVex, bool generateForest = false){BFS(GetIdOf(strtVex), generateForest);} |
| 134 | void Dijkstra(int strtID); |
| 135 | void Dijkstra(MyGraphicsVexItem *strtVex){Dijkstra(GetIdOf(strtVex));} |
| 136 | AMLGraph* ConvertToAML(); |
| 137 | |
| 138 | int Type() const { return type; } |
nothing calls this directly
no outgoing calls
no test coverage detected