BoundingBox2D.cc File Reference


Detailed Description

Author:
Helge Backhaus

#include <BoundingBox2D.h>

Functions

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


Function Documentation

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

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


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5