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

Method visit

graph_implement.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4AbstractGraph::~AbstractGraph(){}
5
6void ALVex::visit(){
7 if(visited)
8 return;
9 info->gVex->visit(true);
10 visited = true;
11}
12
13void ALVex::access(const QString &hint){
14 info->gVex->access(hint);

Callers 4

ClearVisitMethod · 0.45
DFSMethod · 0.45
BFSMethod · 0.45
DijkstraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected