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

std::istream& Impala::Core::Geometry::operator>> ( std::istream &  is,
Rectangle &  r 
)

Definition at line 139 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.

00140 {
00141     is >> r.mLeft >> r.mTop >> r.mRight >> r.mBottom;
00142     return is;
00143 }


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