Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <deque>
#include <utility>
#include <string>
#include <set>
#include <memory>
#include <utils/common/StdDefs.h>
#include <utils/common/Named.h>
#include <utils/geom/Bresenham.h>
#include <utils/geom/GeomHelper.h>
#include <utils/common/VectorHelper.h>
#include <utils/geom/Position.h>
#include <utils/geom/PositionVector.h>
#include <utils/xml/SUMOXMLDefinitions.h>
#include "NBEdge.h"
#include "NBConnection.h"
#include "NBConnectionDefs.h"
#include "NBContHelper.h"
Go to the source code of this file.
Data Structures | |
class | NBNode |
Represents a single node (junction) during network building. More... | |
class | NBNode::ApproachingDivider |
Computes lane-2-lane connections. More... | |
class | NBNode::Crossing |
A definition of a pedestrian crossing. More... | |
class | NBNode::edge_by_direction_sorter |
Sorts outgoing before incoming edges. More... | |
class | NBNode::nodes_by_id_sorter |
Used for sorting the cells by the begin time they describe. More... | |
struct | NBNode::WalkingArea |
A definition of a pedestrian walking area. More... | |
struct | NBNode::WalkingAreaCustomShape |
Definition in file NBNode.h.