Home
last modified time | relevance | path

Searched refs:hasApproached (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/dfrouter/
H A DRODFNet.h134 bool hasApproached(ROEdge* edge) const;
H A DRODFNet.cpp219 if (!hasApproached(last)) { in computeRoutesFor()
647 RODFNet::hasApproached(ROEdge* edge) const { in hasApproached() function in RODFNet
825 if (!hasApproached(edge)) { in isDestination()