Woolz Image Processing
Version 1.7.5
|
An item in a calendar priority queue. Typedef: AlcCPQItem. More...
Data Fields | |
float | priority |
void * | entry |
struct _AlcCPQItem * | prev |
struct _AlcCPQItem * | next |
An item in a calendar priority queue. Typedef: AlcCPQItem.
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().