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

InterestPointList& Impala::Core::Geometry::InterestPointList::operator<< ( InterestPoint s  )  [inline]

Add point to the list.

Definition at line 25 of file InterestPointList.h.

00026     {
00027         push_back(s);
00028         return *this;
00029     }


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