Home
last modified time | relevance | path

Searched defs:stopSpeed (Results 1 – 15 of 15) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel_KraussOrig1.cpp71 MSCFModel_KraussOrig1::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_KraussOrig1
H A DMSCFModel_Daniel1.cpp77 MSCFModel_Daniel1::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_Daniel1
H A DMSCFModel_PWag2009.cpp86 MSCFModel_PWag2009::stopSpeed(const MSVehicle* const /* veh */, const double speed, double gap) con… in stopSpeed() function in MSCFModel_PWag2009
H A DMSCFModel_Krauss.cpp67 MSCFModel_Krauss::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_Krauss
H A DMSCFModel_Kerner.cpp62 MSCFModel_Kerner::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_Kerner
H A DMSCFModel_SmartSK.cpp120 MSCFModel_SmartSK::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_SmartSK
H A DMSCFModel_ACC.cpp110 MSCFModel_ACC::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_ACC
H A DMSCFModel_IDM.cpp84 MSCFModel_IDM::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_IDM
H A DMSCFModel_Wiedemann.cpp77 MSCFModel_Wiedemann::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_Wiedemann
H A DMSCFModel_Rail.cpp258 double MSCFModel_Rail::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() function in MSCFModel_Rail
H A DMSCFModel_CC.cpp225 MSCFModel_CC::stopSpeed(const MSVehicle* const veh, double speed, double gap2pred) const { in stopSpeed() function in MSCFModel_CC
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp2089 …const double stopSpeed = myVehicle.getCarFollowModel().stopSpeed(&myVehicle, myVehicle.getSpeed(),… in adaptSpeedToPedestrians() local
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dbg_pmove.c262 float stopSpeed = BG_FindStopSpeedForClass( pm->ps->stats[ STAT_PCLASS ] ); in PM_Friction() local
H A Dbg_public.h930 float stopSpeed; member
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp3638 const double stopSpeed = aVehicle->getCarFollowModel().stopSpeed(aVehicle, speed, gap); in checkForPedestrians() local