 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
45 std::mt19937* rng)
const {
47 return new GUIPerson(pars, vtype, plan, speedFactor);
62 into.push_back(static_cast<const GUIPerson*>(it->second)->getGlID());
The car-following model and parameter.
virtual MSTransportable * buildContainer(const SUMOVehicleParameter *pars, MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const
Builds a new container.
virtual ~GUITransportableControl()
destructor
Structure representing possible vehicle parameter.
double computeChosenSpeedDeviation(std::mt19937 *rng, const double minDev=-1.) const
Computes and returns the speed deviation.
void insertPersonIDs(std::vector< GUIGlID > &into)
Returns the list of all known persons by gl-id.
GUITransportableControl()
constructor
std::vector< MSTransportable::Stage * > MSTransportablePlan
the structure holding the plan of a transportable
std::map< std::string, MSTransportable * > myTransportables
all currently created transportables by id
virtual MSTransportable * buildPerson(const SUMOVehicleParameter *pars, MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan, std::mt19937 *rng) const
Builds a new person.