![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <pix_internal.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
l_atomic | refcount |
struct FPix ** | fpix |
Array of FPix
Definition at line 360 of file pix_internal.h.
struct FPix** FPixa::fpix |
the array of ptrs to fpix
Definition at line 365 of file pix_internal.h.
Referenced by fpixaAddFPix(), fpixaDestroy(), and fpixaGetFPix().
l_int32 FPixa::n |
number of fpix in ptr array
Definition at line 362 of file pix_internal.h.
Referenced by fpixaAddFPix(), fpixaCopy(), fpixaDestroy(), fpixaGetCount(), fpixaGetFPix(), and fpixaGetFPixDimensions().
l_int32 FPixa::nalloc |
number of fpix ptrs allocated
Definition at line 363 of file pix_internal.h.
Referenced by fpixaAddFPix(), fpixaExtendArray(), and fpixaExtendArrayToSize().
l_atomic FPixa::refcount |
reference count (1 if no clones)
Definition at line 364 of file pix_internal.h.
Referenced by fpixaCopy(), and fpixaDestroy().