![]() |
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 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(), pixaCreate(), pixaCreateFromPixacomp(), pixaDestroy(), pixaExtendArrayToSize(), pixaGetBox(), pixaGetBoxa(), pixaGetBoxaCount(), pixaInitFull(), pixaInsertPix(), pixaReadStream(), pixaRemovePix(), pixaRemovePixAndSave(), pixaReplacePix(), pixaSetBoxa(), pixaSort(), pixaWriteStream(), pixConnCompPixa(), and pixExtractTextlines().
| l_int32 Pixa::n |
number of Pix in ptr array
Definition at line 234 of file pix_internal.h.
Referenced by pixaAddPix(), pixaClear(), pixaCopy(), pixaCreate(), 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(), pixaCreate(), 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(), pixaCreate(), pixaDestroy(), pixaExtendArrayToSize(), 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(), pixaCreate(), and pixaDestroy().