![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <set>
#include <cassert>
#include <utils/common/SUMOTime.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/geom/Position.h>
#include <utils/geom/PositionVector.h>
#include <utils/geom/Boundary.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOTrafficObject.h>
Go to the source code of this file.
Data Structures | |
class | MSTransportable |
class | MSTransportable::Stage |
class | MSTransportable::Stage_Driving |
class | MSTransportable::Stage_Trip |
class | MSTransportable::Stage_Waiting |
Typedefs | |
typedef std::vector< const MSEdge * > | ConstMSEdgeVector |
Definition in file MSTransportable.h.
typedef std::vector<const MSEdge*> ConstMSEdgeVector |
Definition at line 46 of file MSTransportable.h.