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 157 of file BasicTypes.h.

References bottom, left, right, and top.

00158     {
00159         left -= r.left;
00160         top -= r.top;
00161         right -= r.right;
00162         bottom -= r.bottom;
00163     }


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