Home
last modified time | relevance | path

Searched refs:getPersonsAbreast (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSStoppingPlace.cpp126 … return myEndPos - (0.5 + (it->second) % getPersonsAbreast()) * SUMO_const_waitingPersonWidth; in getWaitingPositionOnLane()
134 MSStoppingPlace::getPersonsAbreast(double length) { in getPersonsAbreast() function in MSStoppingPlace
139 MSStoppingPlace::getPersonsAbreast() const { in getPersonsAbreast() function in MSStoppingPlace
140 return getPersonsAbreast(myEndPos - myBegPos); in getPersonsAbreast()
150 row = int(it->second / getPersonsAbreast()); in getWaitPosition()
153 row = 1 + myTransportableCapacity / getPersonsAbreast(); in getWaitPosition()
H A DMSStoppingPlace.h198 static int getPersonsAbreast(double length);
209 int getPersonsAbreast() const;
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIBusStop.cpp62 myWidth = MAX2(1.0, ceil(personCapacity / getPersonsAbreast()) * SUMO_const_waitingPersonDepth); in GUIBusStop()
/dports/cad/sumo/sumo-1.2.0/src/netload/
H A DNLTriggerBuilder.cpp195 const int defaultCapacity = MAX2(MSStoppingPlace::getPersonsAbreast(topos - frompos) * 3, 6); in parseAndBuildStoppingPlace()