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

PointZList& Impala::Core::Geometry::PointZList::operator<< ( const PointZ s  )  [inline]

Add point to the list.

Definition at line 27 of file PointZList.h.

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


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