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

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

Definition at line 165 of file BasicTypes.h.

References bottom, left, right, and top.

00166     {
00167         left -= r.left;
00168         top -= r.top;
00169         right -= r.right;
00170         bottom -= r.bottom;
00171     }


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