Query heap
#include "dip_pixelqueue.h"
dip_Error dip_StablePixelHeapIsEmpty ( heap, result )
Checks to see if there are any items on the heap. See StablePixelHeapNew for information on the heap data structure.
Data type | Name | Description |
dip_StablePixelHeap | heap | The heap structure |
dip_Boolean * | result | Set to true if there are no items in the heap |
StablePixelHeapNew, PixelHeapNew, PixelQueueNew, StablePixelHeapFree, StablePixelHeapPush, StablePixelHeapPop
DIPlib on-line documentation | Function reference | Global function index