Home
last modified time | relevance | path

Searched refs:myRestrictions (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROEdge.h140 myRestrictions = restrictions; in setRestrictions()
231 if (myRestrictions != 0) { in getVClassMaxSpeed()
232 std::map<SUMOVehicleClass, double>::const_iterator r = myRestrictions->find(vclass); in getVClassMaxSpeed()
233 if (r != myRestrictions->end()) { in getVClassMaxSpeed()
538 const std::map<SUMOVehicleClass, double>* myRestrictions; variable
H A DRONet.cpp123 myRestrictions[id][svc] = speed; in addRestriction()
129 …std::map<std::string, std::map<SUMOVehicleClass, double> >::const_iterator i = myRestrictions.find… in getRestrictions()
130 if (i == myRestrictions.end()) { in getRestrictions()
H A DRONet.h528 std::map<std::string, std::map<SUMOVehicleClass, double> > myRestrictions; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h514 if (myRestrictions != 0) { in getVehicleMaxSpeed()
515 … std::map<SUMOVehicleClass, double>::const_iterator r = myRestrictions->find(veh->getVClass()); in getVehicleMaxSpeed()
516 if (r != myRestrictions->end()) { in getVehicleMaxSpeed()
1339 const std::map<SUMOVehicleClass, double>* myRestrictions; variable
H A DMSNet.cpp316 myRestrictions[id][svc] = speed; in addRestriction()
322 …std::map<std::string, std::map<SUMOVehicleClass, double> >::const_iterator i = myRestrictions.find… in getRestrictions()
323 if (i == myRestrictions.end()) { in getRestrictions()
H A DMSNet.h769 std::map<std::string, std::map<SUMOVehicleClass, double> > myRestrictions; variable
H A DMSLane.cpp223myRestrictions = MSGlobals::gUnitTests ? nullptr : MSNet::getInstance()->getRestrictions(myEdge->g… in initRestrictions()