![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct Boxa ** | boxa |
Array of Boxa
Definition at line 274 of file pix_internal.h.
struct Boxa** Boxaa::boxa |
boxa ptr array
Definition at line 278 of file pix_internal.h.
Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetBoxa(), boxaaInsertBoxa(), boxaaRemoveBoxa(), and boxaaReplaceBoxa().
l_int32 Boxaa::n |
number of boxa in ptr array
Definition at line 276 of file pix_internal.h.
Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetCount(), boxaaInitFull(), boxaaInsertBoxa(), and boxaaRemoveBoxa().
l_int32 Boxaa::nalloc |
number of boxa ptrs allocated
Definition at line 277 of file pix_internal.h.
Referenced by boxaaAddBoxa(), boxaaExtendArray(), boxaaExtendArrayToSize(), boxaaInitFull(), and boxaaInsertBoxa().