![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <ptra.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | imax |
l_int32 | nactual |
void ** | array |
void** L_Ptra::array |
ptr array
Definition at line 58 of file ptra.h.
Referenced by ptraAdd(), ptraCompactArray(), ptraDestroy(), ptraExtendArray(), ptraGetPtrToItem(), ptraInsert(), ptraRemove(), and ptraReplace().
l_int32 L_Ptra::imax |
greatest valid index
Definition at line 56 of file ptra.h.
Referenced by ptraAdd(), ptraCompactArray(), ptraDestroy(), ptraGetMaxIndex(), ptraInsert(), and ptraRemove().
l_int32 L_Ptra::nactual |
actual number of stored elements
Definition at line 57 of file ptra.h.
Referenced by ptraAdd(), ptraGetActualCount(), ptraInsert(), ptraRemove(), and ptraReplace().
l_int32 L_Ptra::nalloc |
size of allocated ptr array
Definition at line 55 of file ptra.h.
Referenced by ptraAdd(), ptraExtendArray(), ptraGetPtrToItem(), and ptraInsert().