22 #ifndef GUITransportableControl_h 23 #define GUITransportableControl_h
virtual ~GUITransportableControl()
destructor
virtual MSTransportable * buildPerson(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const
Builds a new person.
virtual MSTransportable * buildContainer(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan) const
Builds a new container.
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.
GUI-version of the transportable control for building gui persons and containers. ...