Home
last modified time | relevance | path

Searched refs:addVTypeDistribution (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicleControl.h372 …bool addVTypeDistribution(const std::string& id, RandomDistributor<MSVehicleType*>* vehTypeDistrib…
H A DMSVehicleControl.cpp304 MSVehicleControl::addVTypeDistribution(const std::string& id, RandomDistributor<MSVehicleType*>* ve… in addVTypeDistribution() function in MSVehicleControl
H A DMSRouteHandler.cpp377 …if (!MSNet::getInstance()->getVehicleControl().addVTypeDistribution(myCurrentVTypeDistributionID, … in closeVehicleTypeDistribution()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRONet.h258 …bool addVTypeDistribution(const std::string& id, RandomDistributor<SUMOVTypeParameter*>* vehTypeDi…
H A DRONet.cpp347 RONet::addVTypeDistribution(const std::string& id, RandomDistributor<SUMOVTypeParameter*>* vehTypeD… in addVTypeDistribution() function in RONet
H A DRORouteHandler.cpp271 …} else if (!myNet.addVTypeDistribution(myCurrentVTypeDistributionID, myCurrentVTypeDistribution)) { in closeVehicleTypeDistribution()