39 #ifdef CHECK_MEMORY_LEAKS
41 #endif // CHECK_MEMORY_LEAKS
63 for (std::map<std::string, MSPerson*>::const_iterator it =
myPersons.begin(); it !=
myPersons.end(); ++it) {
64 into.push_back(static_cast<const GUIPerson*>((*it).second)->getGlID());
void insertPersonIDs(std::vector< GUIGlID > &into)
Returns the list of all known persons by gl-id.
virtual ~GUIPersonControl()
destructor
The car-following model and parameter.
std::map< std::string, MSPerson * > myPersons
all persons by id
Structure representing possible vehicle parameter.
GUIPersonControl()
constructor
virtual MSPerson * buildPerson(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSPerson::MSPersonPlan *plan) const
Builds a new person.
std::vector< MSPersonStage * > MSPersonPlan
the structure holding the plan of a person