NBContHelper.cpp File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Tue, 20 Nov 2001
Version:
Id
NBContHelper.cpp 8472 2010-03-18 20:00:31Z behrisch

Definition in file NBContHelper.cpp.

#include <config.h>
#include <vector>
#include <map>
#include <cassert>
#include "NBContHelper.h"
#include <utils/geom/GeomHelper.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const EdgeVector &ev)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const EdgeVector ev 
)

Definition at line 179 of file NBContHelper.cpp.

00179                                                  {
00180     for (EdgeVector::const_iterator i=ev.begin(); i!=ev.end(); i++) {
00181         if (i!=ev.begin()) {
00182             os << ", ";
00183         }
00184         os << (*i)->getID();
00185     }
00186     return os;
00187 }


Generated on Wed May 5 00:06:38 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6