Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

CQueue Class Reference

The base class for queue of pixels. More...

#include <Queue.h>

Inheritance diagram for CQueue

Inheritance graph

[legend]
List of all members.

Public Methods

virtual void add (LPPIXEL p) = 0
 Adding a pixel to the queue in 4 or 8 connectivity.

virtual void add (LPPIXEL p, short parity) = 0
 Adding a pixel to the queue in 6 connectivity.

virtual void first (LPPIXEL *p) = 0
 Get the first pixel of the queue in 4 or 8 connectivity.

virtual void first (LPPIXEL *p, short *parity) = 0
 Get the first pixel of the queue in 6 connectivity.

virtual bool empty () = 0
 Check if the queue is empty.

virtual void invert () = 0
 invert the queue (not always possible).


Detailed Description

The base class for queue of pixels.

Author(s):
Laurent Najman
Date:
7/22/01
Keywords:
Queue
Version:
Id: Queue.h,v 1.2 2001/07/22 18:40:31 laurentnajman Exp
Content:
This is a virtual class.


The documentation for this class was generated from the following file:
Generated at Sun May 12 19:04:29 2002 for OpenMorpho by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000