Leptonica 1.68
C Image Processing Library

L_Queue Struct Reference

#include <queue.h>

Collaboration diagram for L_Queue:

Data Fields

l_int32 nalloc
l_int32 nhead
l_int32 nelem
void ** array
struct L_Stackstack

Detailed Description

Definition at line 50 of file queue.h.


Field Documentation

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 57 of file queue.h.

Referenced by identifyWatershedBasin(), lqueueDestroy(), popNewPixel(), and pushNewPixel().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines