Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <map>
#include <iostream>
#include <string>
#include <vector>
#include <set>
#include "NBCont.h"
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/UtilExceptions.h>
#include <utils/geom/PositionVector.h>
#include <utils/common/NamedRTree.h>
Go to the source code of this file.
Data Structures | |
class | NBEdgeCont |
Storage for edges, including some functionality operating on multiple edges. More... | |
struct | NBEdgeCont::MinLaneComparatorIdLess |
struct | NBEdgeCont::PostProcessConnection |
A structure representing a connection between two lanes. More... | |
struct | NBEdgeCont::Split |
A structure which describes changes of lane number or speed along the road. More... | |
class | NBEdgeCont::split_sorter |
Sorts splits by their position (increasing) More... | |
Definition in file NBEdgeCont.h.