Home
last modified time | relevance | path

Searched refs:getBruttoOccupancy (Results 1 – 9 of 9) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIEdge.cpp170 …upancy [%]", true, new FunctionBinding<GUIEdge, double>(this, &GUIEdge::getBruttoOccupancy, 100.)); in getParameterWindow()
381 GUIEdge::getBruttoOccupancy() const { in getBruttoOccupancy() function in GUIEdge
384 occ += segment->getBruttoOccupancy(); in getBruttoOccupancy()
492 return getBruttoOccupancy(); in getColorValue()
516 return getBruttoOccupancy(); in getScaleValue()
H A DGUIEdge.h161 double getBruttoOccupancy() const;
H A DGUILane.cpp862 …upancy [%]", true, new FunctionBinding<GUILane, double>(this, &GUILane::getBruttoOccupancy, 100.)); in getParameterWindow()
1077 return getBruttoOccupancy(); in getColorValue()
1190 return getBruttoOccupancy(); in getScaleValue()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMESegment.h168 inline double getBruttoOccupancy() const { in getBruttoOccupancy() function
H A DMETriggeredCalibrator.cpp240 if (mySegment->getBruttoOccupancy() == 0.) { in invalidJam()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSEdge.cpp454 const double occupancy = (*i)->getBruttoOccupancy(); in getFreeLane()
659 const double occupancy = insertionLane->getBruttoOccupancy(); in insertVehicle()
664 const double occupancy = (*i)->getBruttoOccupancy(); in insertVehicle()
H A DMSLane.h987 double getBruttoOccupancy() const;
H A DMSLane.cpp2657 MSLane::getBruttoOccupancy() const { in getBruttoOccupancy() function in MSLane
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp1455 …nst bool neighOccupancyInconvenient = neigh.lane->getBruttoOccupancy() > curr.lane->getBruttoOccup… in _wantsChange()