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

Method ClearVisit

graph_implement.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void ALGraph::ClearVisit(){
218 for(int i = 0; i < vexList.size(); i++){
219 vexList[i].visited = false;
220 vexList[i].info->gVex->visit(false);
221 }
222}
223
224void ALGraph::ResetDistance(){
225 for(int i = 0; i < vexList.size(); i++){

Callers 2

MyCanvasMethod · 0.80
InitMethod · 0.80

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected