![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <pix.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct Pta ** | pta |
l_int32 Ptaa::n |
number of pta in ptr array
Definition at line 532 of file pix.h.
Referenced by ptaaAddPt(), ptaaAddPta(), ptaaDestroy(), ptaaGetCount(), ptaaGetPt(), ptaaGetPta(), ptaaInitFull(), and ptaaTruncate().
l_int32 Ptaa::nalloc |
number of pta ptrs allocated
Definition at line 533 of file pix.h.
Referenced by ptaaAddPta(), ptaaExtendArray(), and ptaaInitFull().
struct Pta** Ptaa::pta |
pta ptr array
Definition at line 534 of file pix.h.
Referenced by ptaaAddPta(), ptaaDestroy(), ptaaGetPta(), ptaaReplacePta(), and ptaaTruncate().