![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Some helping methods for router. More...
Functions | |
| bool | noMandatory (const ConstROEdgeVector &mandatory, ConstROEdgeVector::const_iterator start, ConstROEdgeVector::const_iterator end) |
| void | recheckForLoops (ConstROEdgeVector &edges, const ConstROEdgeVector &mandatory) |
| Checks whether the given edge list contains loops and removes them. | |
Some helping methods for router.
| bool ROHelper::noMandatory | ( | const ConstROEdgeVector & | mandatory, |
| ConstROEdgeVector::const_iterator | start, | ||
| ConstROEdgeVector::const_iterator | end | ||
| ) |
Definition at line 122 of file ROHelper.cpp.
Referenced by recheckForLoops().
| void ROHelper::recheckForLoops | ( | ConstROEdgeVector & | edges, |
| const ConstROEdgeVector & | mandatory | ||
| ) |
Checks whether the given edge list contains loops and removes them.
| [in] | edges | The list of edges to remove loops from |
Definition at line 37 of file ROHelper.cpp.
References noMandatory().
Referenced by RORoute::recheckForLoops().