Home
last modified time | relevance | path

Searched refs:getNOxEmissions (Results 1 – 10 of 10) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSFullExport.cpp107 …of.writeAttr("NOx", lane.getNOxEmissions()).writeAttr("PMx", lane.getPMxEmissions()).writeAttr("HC… in writeLane()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DEdge.cpp173 sum += lane->getNOxEmissions(); in getNOxEmission()
H A DLane.cpp171 return getLane(laneID)->getNOxEmissions(); in getNOxEmission()
H A DVehicle.cpp248 return isVisible(veh) ? veh->getNOxEmissions() : INVALID_DOUBLE_VALUE; in getNOxEmission()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIVehicle.cpp158 new FunctionBinding<GUIVehicle, double>(this, &MSVehicle::getNOxEmissions)); in getParameterWindow()
519 return getNOxEmissions(); in getColorValue()
H A DGUILane.cpp1091 return getNOxEmissions() / myLength; in getColorValue()
1204 return getNOxEmissions() / myLength; in getScaleValue()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1025 double getNOxEmissions() const;
H A DMSVehicle.h1130 double getNOxEmissions() const;
H A DMSLane.cpp2752 MSLane::getNOxEmissions() const { in getNOxEmissions() function in MSLane
2756 ret += (*i)->getNOxEmissions(); in getNOxEmissions()
H A DMSVehicle.cpp5104 MSVehicle::getNOxEmissions() const {