![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <queue.h>
Data Fields | |
| l_int32 | nalloc |
| l_int32 | nhead |
| l_int32 | nelem |
| void ** | array |
| struct L_Stack * | stack |
| void** L_Queue::array |
ptr array
Definition at line 70 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueDestroy(), lqueueExtendArray(), lqueuePrint(), and lqueueRemove().
| l_int32 L_Queue::nalloc |
size of allocated ptr array
Definition at line 66 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueExtendArray(), and lqueuePrint().
| l_int32 L_Queue::nelem |
number of elements stored in the queue
Definition at line 69 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueueDestroy(), lqueueGetCount(), lqueuePrint(), and lqueueRemove().
| l_int32 L_Queue::nhead |
location of head (in ptrs) from the
beginning of the array
Definition at line 67 of file queue.h.
Referenced by lqueueAdd(), lqueueCreate(), lqueuePrint(), and lqueueRemove().
| struct L_Stack* L_Queue::stack |
auxiliary stack
Definition at line 71 of file queue.h.
Referenced by identifyWatershedBasin(), and lqueueDestroy().