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

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

Definition at line 164 of file BasicTypes.h.

References bottom, left, right, and top.

00165     {
00166         left += r.left;
00167         top += r.top;
00168         right += r.right;
00169         bottom += r.bottom;
00170     }


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