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

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

Definition at line 34 of file BasicTypes.h.

References x, and y.

00035     {
00036         x=p.x;
00037         y=p.y;
00038         return *this;
00039     }


Generated on Thu Jan 13 09:21:01 2011 for ImpalaSrc by  doxygen 1.5.1