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

RectangleList& Impala::Core::Geometry::RectangleList::operator<< ( const Rectangle s  )  [inline]

Add rectangle to the list.

Definition at line 27 of file RectangleList.h.

00028     {
00029         push_back(s);
00030         return *this;
00031     }


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