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 Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8