Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxPointZList Class Reference

Class definition for list of HxPointZ's. More...

#include <HxPointZList.h>

List of all members.

Public Methods

HxPointZList & operator<< (const HxPointZ &)
 Add point to the list. More...

void eraseAll ()
 Remove all points from the list. More...


Detailed Description

Class definition for list of HxPointZ's.

Specialization of list from STL.


Member Function Documentation

HxPointZList & HxPointZList::operator<< const HxPointZ   s [inline]
 

Add point to the list.

00097 {
00098     push_back(s);
00099     return *this;
00100 }

void HxPointZList::eraseAll   [inline]
 

Remove all points from the list.

00104 {
00105     erase(begin(), end());
00106 }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:07 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001