User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
BndRegRowIterC::BndRegRowIterC(const EdgeListC &)
BndRegRowIterC::First(void)
BndRegRowIterC::IsElm(void)
BndRegRowIterC::Next(void)
BndRegRowIterC::Data(void)
BndRegRowIterC
 
include "amma/BndRegRowIter.hh"
User Level:Default
Library:Mbnd
Example:exBnd.cc
Section:Image.Image Processing.Edges
In Scope:std

Comments:
//////////////////////////////////////////////////////////// --------------------------------------------------------------------- **************** BndRegRowIterC ******************************************* --------------------------------------------------------------------- This class is for iterating over all the pixels enclosed by a boundary in a raster-scan fashion.

Variables:
Methods:
BndRegRowIterC(const EdgeListC & el)
Constructor from an edge list

void First()
Computes the end points of the first row in the region

BooleanT IsElm()
Returns TRUE if the whole region has not been traversed yet

void Next()
Computes the end points of the next row

PairC<Index2dC> Data()
Returns the end points of the current row


Programmer:Roshano Roberts, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001