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 | |
namespace | ROHelper |
Some helping methods for router. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const std::vector< const ROEdge * > &ev) |
Output operator for edge lists (edges will be written as their ids, divided by spaces) More... | |
void | ROHelper::recheckForLoops (std::vector< const ROEdge * > &edges) |
Computes the costs (travel time) for the given list of edges. More... | |
Definition in file ROHelper.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const std::vector< const ROEdge * > & | ev | ||
) |
Output operator for edge lists (edges will be written as their ids, divided by spaces)
Definition at line 112 of file ROHelper.cpp.
References ROEdge::ET_DISTRICT.