Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <map>
#include <utils/geom/Position.h>
#include <utils/geom/PositionVector.h>
#include <utils/common/Named.h>
#include <utils/common/Parameterised.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/UtilExceptions.h>
#include <utils/xml/SUMOXMLDefinitions.h>
Go to the source code of this file.
Data Structures | |
class | MSJunction |
The base class for an intersection. More... | |
Typedefs | |
typedef std::vector< const MSEdge * > | ConstMSEdgeVector |
typedef std::vector< MSEdge * > | MSEdgeVector |
Definition in file MSJunction.h.
typedef std::vector<const MSEdge*> ConstMSEdgeVector |
Definition at line 48 of file MSJunction.h.
typedef std::vector<MSEdge*> MSEdgeVector |
Definition at line 47 of file MSJunction.h.