Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:40 2011 for ImpalaSrc by  doxygen 1.5.1