![]() |
Leptonica 1.85.0
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
| l_int32 | n |
| l_int32 | nalloc |
| l_int32 | offset |
| struct PixComp ** | pixc |
| struct Boxa * | boxa |
Array of compressed pix
Definition at line 417 of file pix_internal.h.
| struct Boxa* PixaComp::boxa |
array of boxes
Definition at line 423 of file pix_internal.h.
Referenced by pixacompAddBox(), pixacompCreate(), pixacompCreateFromPixa(), pixacompDestroy(), pixacompExtendArray(), pixacompGetBox(), pixacompGetBoxa(), pixacompGetBoxaCount(), pixacompReadStream(), and pixacompWriteStream().
| l_int32 PixaComp::n |
number of PixComp in ptr array
Definition at line 419 of file pix_internal.h.
Referenced by pixacompAddPixcomp(), pixacompCreate(), pixacompDestroy(), pixacompGetBoxGeometry(), pixacompGetCount(), pixacompGetPix(), pixacompGetPixcomp(), and pixacompGetPixDimensions().
| l_int32 PixaComp::nalloc |
number of PixComp ptrs allocated
Definition at line 420 of file pix_internal.h.
Referenced by pixacompAddPixcomp(), pixacompCreate(), pixacompExtendArray(), and pixacompWriteStreamInfo().
| l_int32 PixaComp::offset |
indexing offset into ptr array
Definition at line 421 of file pix_internal.h.
Referenced by pixacompCreate(), pixacompGetBox(), pixacompGetBoxGeometry(), pixacompGetOffset(), pixacompGetPix(), pixacompGetPixcomp(), pixacompGetPixDimensions(), pixacompReplacePix(), pixacompReplacePixcomp(), pixacompSetOffset(), pixacompWriteStream(), and pixacompWriteStreamInfo().
| struct PixComp** PixaComp::pixc |
the array of ptrs to PixComp
Definition at line 422 of file pix_internal.h.
Referenced by pixacompAddPixcomp(), pixacompCreate(), pixacompDestroy(), pixacompExtendArray(), pixacompGetPixcomp(), pixacompGetPixDimensions(), and pixacompReplacePixcomp().