47typedef std::vector<std::pair<const NBRouterEdge*, const NBRouterEdge*> >
NBViaSuccessor;
52typedef std::set<NBNode*, ComparatorIdLess>
NodeSet;
std::set< NBNode *, ComparatorIdLess > NodeSet
std::set< NBEdge * > EdgeSet
container for unique edges
std::vector< std::pair< const NBRouterEdge *, const NBRouterEdge * > > NBViaSuccessor
std::vector< std::pair< const NBRouterEdge *, const NBRouterEdge * > > ConstRouterEdgePairVector
std::vector< int > LaneVector
container for (sorted) lanes. The lanes are sorted from rightmost (id=0) to leftmost (id=nolanes-1)
std::vector< NBEdge * > EdgeVector
container for (sorted) edges
std::vector< const NBRouterEdge * > ConstRouterEdgeVector
KeepClear
keepClear status of connections
std::vector< NBRouterEdge * > RouterEdgeVector
The representation of a single edge during network building.
Represents a single node (junction) during network building.
Superclass for NBEdge and NBEdge::Connection to initialize Router.