Leptonica  1.82.0
Image processing and image analysis suite
Ptaa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Pta ** pta
 

Detailed Description

Array of Pta

Definition at line 530 of file pix.h.

Field Documentation

◆ n

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

◆ nalloc

l_int32 Ptaa::nalloc

number of pta ptrs allocated

Definition at line 533 of file pix.h.

Referenced by ptaaAddPta(), ptaaExtendArray(), and ptaaInitFull().

◆ pta

struct Pta** Ptaa::pta

pta ptr array

Definition at line 534 of file pix.h.

Referenced by ptaaAddPta(), ptaaDestroy(), ptaaGetPta(), ptaaReplacePta(), and ptaaTruncate().


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