User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Images - Lines - PCPixelListC |
PCPixelListC | |
List of PCPixels. | |
include | "Ravl/Image/PCPixelList.hh" |
Created: | 07/01/99 |
User Level: | Normal |
Library: | RavlImageProc |
In Scope: | RavlImageN |
#include "Ravl/DLIter.hh" |
Because the moves the prevous element it makes it easy to delete elements from a list in a for() loop. e.g. the following will work correctly.
for(DLIterCit(x);it;it++) if(*it == 2) it.Del();
Returns a reference to this iterator.
Returns a reference to this iterator.
NB. It is the user's responsibility to ensure 'end' is an
element following this element in the same list.
Maintainer:Charles Galambos, Created: 07/01/99, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |