Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/dfrouter/
H A DRODFNet.h182 std::vector<std::string> myDisallowedEdges; variable
H A DRODFNet.cpp53 myDisallowedEdges = OptionsCont::getOptions().getStringVector("disallowed-edges"); in RODFNet()
72 …if (find(myDisallowedEdges.begin(), myDisallowedEdges.end(), help->getID()) != myDisallowedEdges.e… in buildApproachList()