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

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

Definition at line 171 of file BasicTypes.h.

References bottom, left, right, top, Impala::Core::Tracking::Point::x, and Impala::Core::Tracking::Point::y.

00172     {
00173         left += p.x;
00174         top += p.y;
00175         right += p.x;
00176         bottom += p.y;
00177     }


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