![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <map>#include <vector>#include <string>#include <set>#include <cassert>#include <utils/common/Named.h>#include <utils/common/Parameterised.h>#include <utils/common/UtilExceptions.h>#include <utils/common/VectorHelper.h>#include <utils/geom/Bresenham.h>#include <utils/geom/PositionVector.h>#include <utils/common/SUMOVehicleClass.h>#include <utils/xml/SUMOXMLDefinitions.h>#include "NBCont.h"#include "NBHelpers.h"#include "NBSign.h"Go to the source code of this file.
Data Structures | |
| class | NBEdge |
| The representation of a single edge during network building. More... | |
| struct | NBEdge::Connection |
| A structure which describes a connection between edges or lanes. More... | |
| class | NBEdge::connections_conflict_finder |
| class | NBEdge::connections_finder |
| class | NBEdge::connections_fromlane_finder |
| class | NBEdge::connections_relative_edgelane_sorter |
| Class to sort edges by their angle. More... | |
| class | NBEdge::connections_toedge_finder |
| class | NBEdge::connections_toedgelane_finder |
| struct | NBEdge::Lane |
| An (internal) definition of a single lane of an edge. More... | |
| class | NBEdge::MainDirections |
| Holds (- relative to the edge it is build from -!!!) the list of main directions a vehicle that drives on this street may take on the junction the edge ends in The back direction is not regarded. More... | |
| class | NBEdge::ToEdgeConnectionsAdder |
| A class that being a bresenham-callback assigns the incoming lanes to the edges. More... | |
| class | NBRouterEdge |
| Superclass for NBEdge and NBEdge::Connection to initialize Router. More... | |
Definition in file NBEdge.h.