![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
| l_int32 | n |
| l_int32 | nalloc |
| l_atomic | refcount |
| struct Box ** | box |
Array of Box
Definition at line 265 of file pix_internal.h.
| struct Box** Boxa::box |
box ptr array
Definition at line 270 of file pix_internal.h.
Referenced by boxaAddBox(), boxaClear(), boxaCreate(), boxaDestroy(), boxaExtendArrayToSize(), boxaGetBox(), boxaInsertBox(), boxaRemoveBoxAndSave(), boxaReplaceBox(), boxaSwapBoxes(), pixacompGetBox(), and pixaGetBox().
| l_int32 Boxa::n |
number of box in ptr array
Definition at line 267 of file pix_internal.h.
Referenced by boxaAddBox(), boxaClear(), boxaCopy(), boxaCreate(), boxaDestroy(), boxaGetBox(), boxaGetBoxGeometry(), boxaGetCount(), boxaInitFull(), boxaInsertBox(), boxaRemoveBoxAndSave(), boxaReplaceBox(), pixacompGetBox(), pixaGetBox(), and pixaReplacePix().
| l_int32 Boxa::nalloc |
number of box ptrs allocated
Definition at line 268 of file pix_internal.h.
Referenced by boxaAddBox(), boxaCopy(), boxaCreate(), boxaExtendArray(), boxaExtendArrayToSize(), boxaInitFull(), and boxaInsertBox().
| l_atomic Boxa::refcount |
reference count (1 if no clones)
Definition at line 269 of file pix_internal.h.
Referenced by boxaCopy(), boxaCreate(), and boxaDestroy().