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

void Impala::Core::Tracking::Rect::operator *= ( int  i  )  [inline]

Definition at line 178 of file BasicTypes.h.

References bottom, left, right, and top.

00179     {
00180         left *= i;
00181         top *= i;
00182         right *= i;
00183         bottom *= i;
00184     }


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