![]() |
Leptonica
1.83.1
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(), pixacompDestroy(), pixacompGetBox(), pixacompGetBoxa(), pixacompGetBoxaCount(), and pixacompWriteStream().
l_int32 PixaComp::n |
number of PixComp in ptr array
Definition at line 419 of file pix_internal.h.
Referenced by pixacompAddPixcomp(), 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(), pixacompExtendArray(), and pixacompWriteStreamInfo().
l_int32 PixaComp::offset |
indexing offset into ptr array
Definition at line 421 of file pix_internal.h.
Referenced by 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(), pixacompDestroy(), pixacompGetPixcomp(), pixacompGetPixDimensions(), and pixacompReplacePixcomp().