![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <stack.h>
Data Fields | |
| l_int32 | nalloc |
| l_int32 | n |
| void ** | array |
| struct L_Stack * | auxstack |
Expandable pointer stack for arbitrary void* data. Note that array[n] is the first null ptr in the array
| void** L_Stack::array |
ptr array
Definition at line 63 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackDestroy(), lstackExtendArray(), lstackPrint(), and lstackRemove().
| struct L_Stack* L_Stack::auxstack |
auxiliary stack
Definition at line 64 of file stack.h.
Referenced by lstackDestroy(), pixConnCompBB(), pixConnCompPixa(), pixCountConnComp(), pixSeedfill4(), pixSeedfill4BB(), pixSeedfill8(), pixSeedfill8BB(), popFillseg(), pushFillseg(), and pushFillsegBB().
| l_int32 L_Stack::n |
number of stored elements
Definition at line 62 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackDestroy(), lstackGetCount(), lstackPrint(), and lstackRemove().
| l_int32 L_Stack::nalloc |
size of ptr array
Definition at line 61 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackExtendArray(), and lstackPrint().