Definition in file NBNode.h.
#include <config.h>
#include <vector>
#include <deque>
#include <utility>
#include <string>
#include <set>
#include <utils/common/Named.h>
#include <utils/common/VectorHelper.h>
#include <utils/geom/Position2D.h>
#include <utils/geom/Line2D.h>
#include <utils/geom/Position2DVector.h>
#include "NBEdge.h"
#include "NBJunctionLogicCont.h"
#include "NBConnection.h"
#include "NBConnectionDefs.h"
#include "NBContHelper.h"
#include "NBMMLDirections.h"
#include <utils/geom/Bresenham.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::nodes_by_id_sorter |
| Used for sorting the cells by the begin time they describe. More... | |
1.5.6