|
SUMO - Simulation of Urban MObility
|
Some helping methods for router. More...
Functions | |
| void | recheckForLoops (std::vector< const ROEdge * > &edges) |
| Computes the costs (travel time) for the given list of edges. | |
Some helping methods for router.
| void ROHelper::recheckForLoops | ( | std::vector< const ROEdge * > & | edges | ) |
Computes the costs (travel time) for the given list of edges.
| [in] | edges | The edges to pass |
| [in] | v | The vehicle that passes the edges |
| [in] | time | The time at which the vehicle begins to pass the 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 60 of file ROHelper.cpp.