Woolz Image Processing
Version 1.8.3
|
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(), and AlcCPQItemUnlink().
void* _AlcCPQItem::entry |
User supplied entry. May be NULL.
struct _AlcCPQItem* _AlcCPQItem::prev |
Previous item in bucket or free item list.
Referenced by AlcCPQItemFree().
struct _AlcCPQItem* _AlcCPQItem::next |
Next item in bucket or free item list.
Referenced by AlcCPQItemFree().