 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef GUITransportableControl_h
20 #define GUITransportableControl_h
55 std::mt19937* rng)
const;
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.
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
GUI-version of the transportable control for building gui persons and containers.
virtual MSTransportable * buildPerson(const SUMOVehicleParameter *pars, MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan, std::mt19937 *rng) const
Builds a new person.