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

Point& Impala::Core::Tracking::Point::operator= ( const Point p  )  [inline]

Definition at line 26 of file BasicTypes.h.

References x, and y.

00027     {
00028         x=p.x;
00029         y=p.y;
00030         return *this;
00031     }


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