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