Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

std::ostream& Impala::Core::Geometry::operator<< ( std::ostream &  os,
const Rectangle &  r 
)

Definition at line 129 of file Rectangle.h.

References Impala::Core::Geometry::Rectangle::mBottom, Impala::Core::Geometry::Rectangle::mLeft, Impala::Core::Geometry::Rectangle::mRight, and Impala::Core::Geometry::Rectangle::mTop.

00130 {
00131     os << r.mLeft << " "
00132        << r.mTop << " "
00133        << r.mRight << " "
00134        << r.mBottom;
00135     return os;
00136 }


Generated on Thu Jan 13 09:19:36 2011 for ImpalaSrc by  doxygen 1.5.1