![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
l_atomic | refcount |
struct Pix ** | pix |
struct Boxa * | boxa |
Array of pix
Definition at line 232 of file pix_internal.h.
struct Boxa* Pixa::boxa |
array of boxes
Definition at line 238 of file pix_internal.h.
Referenced by pixaAddBox(), pixaBinSort(), pixaClear(), pixaCreateFromPixacomp(), pixaDestroy(), pixaGetBox(), pixaGetBoxa(), pixaGetBoxaCount(), pixaInitFull(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), pixaReplacePix(), pixaSetBoxa(), pixaSort(), and pixaWriteStream().
l_int32 Pixa::n |
number of Pix in ptr array
Definition at line 234 of file pix_internal.h.
Referenced by pixaAddPix(), pixaClear(), pixaCopy(), pixaDestroy(), pixaGetBoxGeometry(), pixaGetCount(), pixaGetPix(), pixaGetPixDimensions(), pixaInitFull(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), and pixaReplacePix().
l_int32 Pixa::nalloc |
number of Pix ptrs allocated
Definition at line 235 of file pix_internal.h.
Referenced by pixaAddPix(), pixaExtendArray(), pixaExtendArrayToSize(), pixaInitFull(), and pixaInsertPix().
struct Pix** Pixa::pix |
the array of ptrs to pix
Definition at line 237 of file pix_internal.h.
Referenced by pixaAddPix(), pixaClear(), pixaDestroy(), pixaGetPix(), pixaGetPixArray(), pixaInsertPix(), pixaRemovePix(), pixaRemovePixAndSave(), and pixaReplacePix().
l_atomic Pixa::refcount |
reference count (1 if no clones)
Definition at line 236 of file pix_internal.h.
Referenced by pixaCopy(), and pixaDestroy().