![]() |
Leptonica
1.77.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 602 of file pix.h.
Referenced by fpixaAddFPix(), fpixaDestroy(), fpixaExtendArrayToSize(), and fpixaGetFPix().
| l_int32 FPixa::n |
number of fpix in ptr array
Definition at line 599 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 600 of file pix.h.
Referenced by fpixaAddFPix(), fpixaExtendArray(), and fpixaExtendArrayToSize().
| l_uint32 FPixa::refcount |
reference count (1 if no clones)
Definition at line 601 of file pix.h.
Referenced by fpixaChangeRefcount(), and fpixaDestroy().