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

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

Add rectangle to the list.

Definition at line 24 of file RectangleSet.h.

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


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