SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ROHelper.cpp File Reference
#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)
void ROHelper::recheckForLoops (std::vector< const ROEdge * > &edges)
 Computes the costs (travel time) for the given list of edges.

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Date
Sept 2002
Version
Id:
ROHelper.cpp 11671 2012-01-07 20:14:30Z behrisch

Definition in file ROHelper.cpp.

Function Documentation

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.