BoundingBox2D.cc File Reference

#include <BoundingBox2D.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &Stream, const BoundingBox2D &box)

Detailed Description

Author:
Helge Backhaus

Definition in file BoundingBox2D.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const BoundingBox2D box 
)

Definition at line 93 of file BoundingBox2D.cc.

00094 {
00095     return Stream << box.tl << " - " << box.br;
00096 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3