Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSFullExport.cpp106 …id", lane.getID()).writeAttr("CO", lane.getCOEmissions()).writeAttr("CO2", lane.getCO2Emissions()); in writeLane()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DEdge.cpp133 sum += lane->getCO2Emissions(); in getCO2Emission()
H A DLane.cpp147 return getLane(laneID)->getCO2Emissions(); in getCO2Emission()
H A DVehicle.cpp224 return isVisible(veh) ? veh->getCO2Emissions() : INVALID_DOUBLE_VALUE; in getCO2Emission()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIVehicle.cpp152 new FunctionBinding<GUIVehicle, double>(this, &MSVehicle::getCO2Emissions)); in getParameterWindow()
513 return getCO2Emissions(); in getColorValue()
H A DGUILane.cpp1085 return getCO2Emissions() / myLength; in getColorValue()
1198 return getCO2Emissions() / myLength; in getScaleValue()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1007 double getCO2Emissions() const;
H A DMSVehicle.h1112 double getCO2Emissions() const;
H A DMSLane.cpp2716 MSLane::getCO2Emissions() const { in getCO2Emissions() function in MSLane
2720 ret += (*i)->getCO2Emissions(); in getCO2Emissions()
H A DMSVehicle.cpp5086 MSVehicle::getCO2Emissions() const {