Leptonica 1.68
C Image Processing Library
|
#include <ptra.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | imax |
l_int32 | nactual |
void ** | array |
Definition at line 38 of file ptra.h.
Referenced by ptraAdd(), ptraCreate(), ptraExtendArray(), ptraGetHandle(), and ptraInsert().
Definition at line 39 of file ptra.h.
Referenced by ptraAdd(), ptraCompactArray(), ptraCreate(), ptraDestroy(), ptraGetMaxIndex(), ptraGetPtrToItem(), ptraInsert(), and ptraRemove().
Definition at line 40 of file ptra.h.
Referenced by ptraAdd(), ptraCreate(), ptraGetActualCount(), ptraInsert(), ptraRemove(), and ptraReplace().
void** L_Ptra::array |
Definition at line 41 of file ptra.h.
Referenced by ptraAdd(), ptraCompactArray(), ptraCreate(), ptraDestroy(), ptraExtendArray(), ptraGetHandle(), ptraGetPtrToItem(), ptraInsert(), ptraRemove(), and ptraReplace().