OverSim
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.

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