|
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.
Data Structures | |
| class | ROVehicleByDepartureComperator |
| A function for sorting vehicles by their departure time. More... | |
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) | |
| void | ROHelper::recheckForLoops (std::vector< const ROEdge * > &edges) |
| Computes the costs (travel time) for the given list of edges. | |
Definition in file ROHelper.h.
| 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.