SUMO - Simulation of Urban MObility
ROHelper Namespace Reference

Some helping methods for router. More...

Functions

void recheckForLoops (ConstROEdgeVector &edges)
 Checks whether the given edge list contains loops and removes them. More...
 

Detailed Description

Some helping methods for router.

Function Documentation

◆ recheckForLoops()

void ROHelper::recheckForLoops ( ConstROEdgeVector 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 43 of file ROHelper.cpp.

Referenced by ROVehicleByDepartureComperator::operator()(), and RORoute::recheckForLoops().