Leptonica  1.82.0
Image processing and image analysis suite
FPixa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
l_uint32 refcount
 
struct FPix ** fpix
 

Detailed Description

Array of FPix

Definition at line 593 of file pix.h.

Field Documentation

◆ 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().

◆ n

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().

◆ nalloc

l_int32 FPixa::nalloc

number of fpix ptrs allocated

Definition at line 596 of file pix.h.

Referenced by fpixaAddFPix(), fpixaExtendArray(), and fpixaExtendArrayToSize().

◆ refcount

l_uint32 FPixa::refcount

reference count (1 if no clones)

Definition at line 597 of file pix.h.

Referenced by fpixaChangeRefcount(), and fpixaDestroy().


The documentation for this struct was generated from the following file: