![]() |
Leptonica 1.68
C Image Processing Library
|
#include <stack.h>
Collaboration diagram for L_Stack:Data Fields | |
| l_int32 | nalloc |
| l_int32 | n |
| void ** | array |
| struct L_Stack * | auxstack |
Definition at line 46 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackExtendArray(), and lstackPrint().
Definition at line 47 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackDestroy(), lstackGetCount(), lstackPrint(), and lstackRemove().
| void** L_Stack::array |
Definition at line 48 of file stack.h.
Referenced by lstackAdd(), lstackCreate(), lstackDestroy(), lstackExtendArray(), lstackPrint(), lstackRemove(), sudokuCompareState(), sudokuOutput(), sudokuReadFile(), and sudokuReadString().
| struct L_Stack* L_Stack::auxstack |
Definition at line 49 of file stack.h.
Referenced by lstackDestroy(), pixConnCompBB(), pixConnCompPixa(), pixCountConnComp(), popFillseg(), pushFillseg(), and pushFillsegBB().