68 into.push_back(static_cast<const GUIPerson*>(it->second)->getGlID());
virtual ~GUITransportableControl()
destructor
virtual MSTransportable * buildContainer(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const
Builds a new container.
virtual MSTransportable * buildPerson(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const
Builds a new person.
std::map< std::string, MSTransportable * > myTransportables
all currently created transportables by id
The car-following model and parameter.
std::vector< MSTransportable::Stage * > MSTransportablePlan
the structure holding the plan of a transportable
void insertPersonIDs(std::vector< GUIGlID > &into)
Returns the list of all known persons by gl-id.
GUITransportableControl()
constructor
Structure representing possible vehicle parameter.