Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <map>
#include <vector>
#include <algorithm>
#include <utils/common/Named.h>
#include <utils/common/StdDefs.h>
#include <utils/common/ValueTimeLine.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/RandHelper.h>
#include <utils/emissions/PollutantsInterface.h>
#include <utils/geom/Boundary.h>
#include <utils/vehicle/SUMOVTypeParameter.h>
#include "RONode.h"
#include "ROVehicle.h"
Go to the source code of this file.
Data Structures | |
class | ROEdge |
A basic edge for routing applications. More... | |
Typedefs | |
typedef std::vector< const ROEdge * > | ConstROEdgeVector |
typedef std::vector< std::pair< const ROEdge *, const ROEdge * > > | ROConstEdgePairVector |
typedef std::vector< ROEdge * > | ROEdgeVector |
Definition in file ROEdge.h.
typedef std::vector<const ROEdge*> ConstROEdgeVector |
typedef std::vector<std::pair<const ROEdge*, const ROEdge*> > ROConstEdgePairVector |
typedef std::vector<ROEdge*> ROEdgeVector |