![]() |
Leptonica
1.77.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
| l_int32 | n |
| l_int32 | nalloc |
| l_uint32 | refcount |
| struct Box ** | box |
| struct Box** Boxa::box |
box ptr array
Definition at line 497 of file pix.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 494 of file pix.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 495 of file pix.h.
Referenced by boxaAddBox(), boxaCopy(), boxaCreate(), boxaExtendArray(), boxaExtendArrayToSize(), boxaInitFull(), and boxaInsertBox().
| l_uint32 Boxa::refcount |
reference count (1 if no clones)
Definition at line 496 of file pix.h.
Referenced by boxaCopy(), boxaCreate(), and boxaDestroy().