SUMO - Simulation of Urban MObility
|
Some helping methods for router. More...
Functions | |
void | recheckForLoops (std::vector< const ROEdge * > &edges) |
Checks whether the given edge list contains loops and removes them. More... | |
Some helping methods for router.
void ROHelper::recheckForLoops | ( | std::vector< const ROEdge * > & | edges) |
Checks whether the given edge list contains loops and removes them.
[in] | edges | The list of edges to remove loops from |
Definition at line 44 of file ROHelper.cpp.
Referenced by RORoute::recheckForLoops().