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

Impala::Core::Geometry::Rectangle::Rectangle ( const Rectangle r  )  [inline]

Definition at line 59 of file Rectangle.h.

References mBottom, mLeft, mRight, and mTop.

00060     {
00061         mLeft = r.mLeft;
00062         mTop = r.mTop;
00063         mRight = r.mRight;
00064         mBottom = r.mBottom;
00065     }


Generated on Fri Mar 19 11:11:46 2010 for ImpalaSrc by  doxygen 1.5.1