SUMO - Simulation of Urban MObility
NBCont.h File Reference
#include <vector>
#include <set>
#include <config.h>
Include dependency graph for NBCont.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::set< NBEdge * > EdgeSet
 container for unique edges More...
 
typedef std::vector< NBEdge * > EdgeVector
 container for (sorted) edges More...
 
typedef std::vector< int > LaneVector
 container for (sorted) lanes. The lanes are sorted from rightmost (id=0) to leftmost (id=nolanes-1) More...
 

Detailed Description

Author
Daniel Krajzewicz
Sascha Krieg
Date
Mon, 17 Dec 2001
Version
Id
NBCont.h 22929 2017-02-13 14:38:39Z behrisch

Definition in file NBCont.h.

Typedef Documentation

◆ EdgeSet

typedef std::set<NBEdge*> EdgeSet

container for unique edges

Definition at line 51 of file NBCont.h.

◆ EdgeVector

typedef std::vector<NBEdge*> EdgeVector

container for (sorted) edges

Definition at line 41 of file NBCont.h.

◆ LaneVector

typedef std::vector<int> LaneVector

container for (sorted) lanes. The lanes are sorted from rightmost (id=0) to leftmost (id=nolanes-1)

Definition at line 54 of file NBCont.h.