Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <functional>
#include <vector>
#include "ROEdge.h"
#include "ROVehicle.h"
#include "ROHelper.h"
Go to the source code of this file.
Namespaces | |
namespace | ROHelper |
Some helping methods for router. | |
Functions | |
bool | ROHelper::noMandatory (const ConstROEdgeVector &mandatory, ConstROEdgeVector::const_iterator start, ConstROEdgeVector::const_iterator end) |
void | ROHelper::recheckForLoops (ConstROEdgeVector &edges, const ConstROEdgeVector &mandatory) |
Checks whether the given edge list contains loops and removes them. | |
Definition in file ROHelper.cpp.