SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <functional>
#include <vector>
#include "ROEdge.h"
#include "ROVehicle.h"
Go to the source code of this file.
Namespaces | |
ROHelper | |
Some helping methods for router. | |
Constant Groups | |
ROHelper | |
Some helping methods for router. | |
Functions | |
void | ROHelper::recheckForLoops (std::vector< const ROEdge * > &edges) |
Checks whether the given edge list contains loops and removes them. More... | |
Definition in file ROHelper.cpp.