Query heap
#include "dip_pixelqueue.h"
dip_Error dip_PixelHeapIsEmpty ( heap, result )
Checks to see if there are any items on the heap. See PixelHeapNew for information on the heap data structure.
Data type | Name | Description |
dip_PixelHeap | heap | The heap structure |
dip_Boolean * | result | Set to true if there are no items in the heap |
PixelHeapNew, StablePixelHeapNew, PixelQueueNew, PixelHeapFree, PixelHeapPush, PixelHeapPop