Home
last modified time | relevance | path

Searched refs:itVeh (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE3Collector.cpp73 const auto& itVeh = myCollector.myEnteredContainer.find(&veh); in notifyEnter() local
74 if (itVeh == myCollector.myEnteredContainer.end() || in notifyEnter()
75 itVeh->second.entryReminder != this) { in notifyEnter()
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp348 auto itVeh = myVehicles.find(veh); in onPaint() local
349 if (itVeh == myVehicles.end()) { in onPaint()
353 itVeh->second.active = true; in onPaint()
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_Striping.cpp861 … for (auto itVeh = foeLane->anyVehiclesBegin(); itVeh != foeLane->anyVehiclesEnd(); ++itVeh) { in moveInDirection() local
862 const MSVehicle* veh = *itVeh; in moveInDirection()