Lines Matching refs:getEdge

57     const MSEdge* e = getEdge(id);  in getAdaptedTraveltime()
68 const MSEdge* e = getEdge(id); in getEffort()
79 return getEdge(id)->getCurrentTravelTime(); in getTraveltime()
84 Edge::getEdge(const std::string& id) { in getEdge() function in libsumo::Edge
96 for (MSLane* lane : getEdge(id)->getLanes()) { in getWaitingTime()
106 …std::vector<MSTransportable*> persons = getEdge(id)->getSortedPersons(MSNet::getInstance()->getCur… in getLastStepPersonIDs()
118 for (MSLane* lane : getEdge(id)->getLanes()) { in getLastStepVehicleIDs()
132 for (MSLane* lane : getEdge(id)->getLanes()) { in getCO2Emission()
142 for (MSLane* lane : getEdge(id)->getLanes()) { in getCOEmission()
152 for (MSLane* lane : getEdge(id)->getLanes()) { in getHCEmission()
162 for (MSLane* lane : getEdge(id)->getLanes()) { in getPMxEmission()
172 for (MSLane* lane : getEdge(id)->getLanes()) { in getNOxEmission()
182 for (MSLane* lane : getEdge(id)->getLanes()) { in getFuelConsumption()
192 for (MSLane* lane : getEdge(id)->getLanes()) { in getNoiseEmission()
205 for (MSLane* lane : getEdge(id)->getLanes()) { in getElectricityConsumption()
215 for (MSLane* lane : getEdge(id)->getLanes()) { in getLastStepVehicleNumber()
224 return getEdge(id)->getMeanSpeed(); in getLastStepMeanSpeed()
231 const std::vector<MSLane*>& lanes = getEdge(id)->getLanes(); in getLastStepOccupancy()
242 for (MSLane* lane : getEdge(id)->getLanes()) { in getLastStepHaltingNumber()
259 for (MSLane* lane : getEdge(id)->getLanes()) { in getLastStepLength()
276 return (int)getEdge(id)->getLanes().size(); in getLaneNumber()
282 return getEdge(id)->getStreetName(); in getStreetName()
288 return getEdge(id)->getParameter(paramName, ""); in getParameter()
308 MSEdge* e = getEdge(id); in setAllowedSVCPermissions()
321 MSNet::getInstance()->getWeightsStorage().addTravelTime(getEdge(id), begTime, endTime, value); in adaptTraveltime()
327 MSNet::getInstance()->getWeightsStorage().addEffort(getEdge(id), begTime, endTime, value); in setEffort()
333 for (MSLane* lane : getEdge(id)->getLanes()) { in setMaxSpeed()
341 getEdge(id)->setParameter(name, value); in setParameter()
350 const MSEdge* const e = getEdge(id); in LIBSUMO_SUBSCRIPTION_IMPLEMENTATION()