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

Point& Impala::Core::Tracking::Point::operator+= ( int  i  )  [inline]

Definition at line 33 of file BasicTypes.h.

References x, and y.

00034     {
00035         x+=i;
00036         y+=i;
00037         return *this;
00038     }


Generated on Fri Mar 19 11:21:59 2010 for ImpalaSrc by  doxygen 1.5.1