DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

PixelQueueIsEmpty

Query queue

SYNOPSIS

#include "dip_pixelqueue.h"

dip_Error dip_PixelQueueIsEmpty ( queue, result )

FUNCTION

Checks to see if there are any items on the queue. See PixelQueueNew for information on the queue data structure.

ARGUMENTS

Data typeNameDescription
dip_PixelQueuequeueThe queue structure
dip_Boolean *resultSet to true if there are no items in the queue

SEE ALSO

PixelQueueNew, PixelHeapNew, StablePixelHeapNew, PixelQueueFree, PixelQueuePush, PixelQueuePop