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