![]() |
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 FPix ** | fpix |
struct FPix** FPixa::fpix |
the array of ptrs to fpix
Definition at line 598 of file pix.h.
Referenced by fpixaAddFPix(), fpixaDestroy(), and fpixaGetFPix().
l_int32 FPixa::n |
number of fpix in ptr array
Definition at line 595 of file pix.h.
Referenced by fpixaAddFPix(), fpixaCopy(), fpixaDestroy(), fpixaGetCount(), fpixaGetFPix(), and fpixaGetFPixDimensions().
l_int32 FPixa::nalloc |
number of fpix ptrs allocated
Definition at line 596 of file pix.h.
Referenced by fpixaAddFPix(), fpixaExtendArray(), and fpixaExtendArrayToSize().
l_uint32 FPixa::refcount |
reference count (1 if no clones)
Definition at line 597 of file pix.h.
Referenced by fpixaChangeRefcount(), and fpixaDestroy().