Boundary.cpp File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Sept 2002
Version:
Id
Boundary.cpp 8236 2010-02-10 11:16:41Z behrisch

Definition in file Boundary.cpp.

#include <config.h>
#include <utility>
#include "GeomHelper.h"
#include "Boundary.h"
#include "Position2DVector.h"
#include "Position2D.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Boundary &b)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Boundary b 
)

Definition at line 218 of file Boundary.cpp.

References Boundary::myXmax, Boundary::myXmin, Boundary::myYmax, and Boundary::myYmin.

00218                                               {
00219     os << b.myXmin << "," << b.myYmin << "," << b.myXmax << "," << b.myYmax;
00220     return os;
00221 }


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