Leptonica  1.82.0
Image processing and image analysis suite
Boxaa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Boxa ** boxa
 

Detailed Description

Array of Boxa

Definition at line 501 of file pix.h.

Field Documentation

◆ boxa

struct Boxa** Boxaa::boxa

boxa ptr array

Definition at line 505 of file pix.h.

Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetBoxa(), boxaaInsertBoxa(), boxaaRemoveBoxa(), and boxaaReplaceBoxa().

◆ n

l_int32 Boxaa::n

number of boxa in ptr array

Definition at line 503 of file pix.h.

Referenced by boxaaAddBoxa(), boxaaDestroy(), boxaaGetCount(), boxaaInitFull(), boxaaInsertBoxa(), and boxaaRemoveBoxa().

◆ nalloc

l_int32 Boxaa::nalloc

number of boxa ptrs allocated

Definition at line 504 of file pix.h.

Referenced by boxaaAddBoxa(), boxaaExtendArray(), boxaaExtendArrayToSize(), boxaaInitFull(), and boxaaInsertBoxa().


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