| 208 | void BFS(MyGraphicsVexItem *strtVex, bool generateForest = false){BFS(GetIdOf(strtVex), generateForest);} |
| 209 | void Dijkstra(int strtID); |
| 210 | void Dijkstra(MyGraphicsVexItem *strtVex){Dijkstra(GetIdOf(strtVex));} |
| 211 | ALGraph* ConvertToAL(); |
| 212 | |
| 213 | int Type() const { return type; } |
nothing calls this directly
no outgoing calls
no test coverage detected