SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ROHelper Namespace Reference

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...
 

Detailed Description

Some helping methods for router.

Function Documentation

void ROHelper::recheckForLoops ( std::vector< const ROEdge * > &  edges)

Checks whether the given edge list contains loops and removes them.

Parameters
[in]edgesThe list of edges to remove loops from

Definition at line 44 of file ROHelper.cpp.

Referenced by RORoute::recheckForLoops().