Woolz Image Processing Version 1.4.0
_AlcCPQItem Struct Reference

An item in a calendar priority queue. Typedef: AlcCPQItem. More...

Data Fields

float priority
void * entry
struct _AlcCPQItemprev
struct _AlcCPQItemnext

Detailed Description

An item in a calendar priority queue. Typedef: AlcCPQItem.


Field Documentation

Priority of the item, which must be $ \geq 0$. Priority is greater for greater priority values.

Referenced by AlcCPQItemInsert(), AlcCPQItemNew(), AlcCPQItemUnlink(), and WlzMatchICPCtr().

User supplied entry. May be NULL.

Referenced by AlcCPQItemNew(), and WlzMatchICPCtr().

Previous item in bucket or free item list.

Referenced by AlcCPQItemFree(), and AlcCPQItemNew().

Next item in bucket or free item list.

Referenced by AlcCPQItemFree(), and AlcCPQItemNew().


The documentation for this struct was generated from the following file: