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

void Impala::Core::Tracking::Rect::operator+= ( const Rect r  )  [inline]

Definition at line 172 of file BasicTypes.h.

References bottom, left, right, and top.

00173     {
00174         left += r.left;
00175         top += r.top;
00176         right += r.right;
00177         bottom += r.bottom;
00178     }


Generated on Thu Jan 13 09:21:01 2011 for ImpalaSrc by  doxygen 1.5.1