Woolz Image Processing  Version 1.7.5
_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

float _AlcCPQItem::priority

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

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

void* _AlcCPQItem::entry

User supplied entry. May be NULL.

Referenced by AlcCPQItemNew(), WlzLBTClassifyNodeFace3D(), and WlzMatchICPCtr().

struct _AlcCPQItem* _AlcCPQItem::prev

Previous item in bucket or free item list.

Referenced by AlcCPQItemFree(), AlcCPQItemNew(), and AlcCPQItemUnlink().

struct _AlcCPQItem* _AlcCPQItem::next

Next item in bucket or free item list.

Referenced by AlcCPQItemFree(), AlcCPQItemNew(), and AlcCPQItemUnlink().


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