SUMO - Simulation of Urban MObility
Boundary.cpp File Reference
#include <config.h>
#include <utility>
#include "GeomHelper.h"
#include "Boundary.h"
#include "PositionVector.h"
#include "Position.h"

Go to the source code of this file.

Functions

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

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Sept 2002
Version
Id
Boundary.cpp 15692 2014-02-22 09:17:02Z behrisch

Definition in file Boundary.cpp.

Function Documentation

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

Definition at line 233 of file Boundary.cpp.

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