Query queue
#include "dip_pixelqueue.h"
dip_Error dip_PixelQueueIsEmpty ( queue, result )
Checks to see if there are any items on the queue. See PixelQueueNew for information on the queue data structure.
Data type | Name | Description |
dip_PixelQueue | queue | The queue structure |
dip_Boolean * | result | Set to true if there are no items in the queue |
PixelQueueNew, PixelHeapNew, StablePixelHeapNew, PixelQueueFree, PixelQueuePush, PixelQueuePop