|
SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <map>#include <vector>#include <algorithm>#include <utils/common/Named.h>#include <utils/common/RandomDistributor.h>#include <utils/common/RGBColor.h>#include <utils/common/SUMOVehicleParameter.h>#include <utils/common/Parameterised.h>Go to the source code of this file.
Data Structures | |
| class | MSRoute |
Typedefs | |
| typedef std::vector< const MSEdge * > | MSEdgeVector |
| typedef MSEdgeVector::const_iterator | MSRouteIterator |
Definition in file MSRoute.h.
| typedef std::vector<const MSEdge*> MSEdgeVector |
| typedef MSEdgeVector::const_iterator MSRouteIterator |