Leptonica  1.83.1
Image processing and image analysis suite
Boxaa Struct Reference

#include <pix_internal.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
struct Boxa ** boxa
 

Detailed Description

Array of Boxa

Definition at line 274 of file pix_internal.h.

Field Documentation

◆ boxa

struct Boxa** Boxaa::boxa

boxa ptr array

Definition at line 278 of file pix_internal.h.

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

◆ n

l_int32 Boxaa::n

number of boxa in ptr array

Definition at line 276 of file pix_internal.h.

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

◆ nalloc

l_int32 Boxaa::nalloc

number of boxa ptrs allocated

Definition at line 277 of file pix_internal.h.

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


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