Leptonica 1.68
C Image Processing Library
|
#include <queue.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | nhead |
l_int32 | nelem |
void ** | array |
struct L_Stack * | stack |
Definition at line 52 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueExtendArray(), and lqueuePrint().
Definition at line 53 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueuePrint(), and lqueueRemove().
Definition at line 55 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueDestroy(), lqueueGetCount(), lqueuePrint(), and lqueueRemove().
void** L_Queue::array |
Definition at line 56 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueDestroy(), lqueueExtendArray(), lqueuePrint(), lqueueRemove(), and pixAverageRasterScans().
struct L_Stack* L_Queue::stack |
Definition at line 57 of file queue.h.
Referenced by identifyWatershedBasin(), lqueueDestroy(), popNewPixel(), and pushNewPixel().