Eclipse SUMO - Simulation of Urban MObility
MSJunction.h File Reference
#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>
Include dependency graph for MSJunction.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Author
Christian Roessel
Daniel Krajzewicz
Sascha Krieg
Michael Behrisch
Date
Wed, 12 Dez 2001

Definition in file MSJunction.h.

Typedef Documentation

◆ ConstMSEdgeVector

typedef std::vector<const MSEdge*> ConstMSEdgeVector

Definition at line 48 of file MSJunction.h.

◆ MSEdgeVector

typedef std::vector<MSEdge*> MSEdgeVector

Definition at line 47 of file MSJunction.h.