![]() |
Leptonica
1.82.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 496 of file pix.h.
Referenced by boxaAddBox(), boxaClear(), boxaDestroy(), boxaGetBox(), boxaInsertBox(), boxaRemoveBoxAndSave(), boxaReplaceBox(), boxaSwapBoxes(), pixacompGetBox(), and pixaGetBox().
l_int32 Boxa::n |
number of box in ptr array
Definition at line 493 of file pix.h.
Referenced by boxaAddBox(), boxaClear(), boxaCopy(), boxaDestroy(), boxaGetBox(), boxaGetBoxGeometry(), boxaGetCount(), boxaInitFull(), boxaInsertBox(), boxaRemoveBoxAndSave(), boxaReplaceBox(), pixacompGetBox(), pixaGetBox(), and pixaReplacePix().
l_int32 Boxa::nalloc |
number of box ptrs allocated
Definition at line 494 of file pix.h.
Referenced by boxaAddBox(), boxaCopy(), boxaExtendArray(), boxaExtendArrayToSize(), boxaInitFull(), and boxaInsertBox().
l_uint32 Boxa::refcount |
reference count (1 if no clones)
Definition at line 495 of file pix.h.
Referenced by boxaCopy(), and boxaDestroy().