Leptonica  1.77.0
Image processing and image analysis suite
Boxa Struct Reference

#include <pix.h>

Data Fields

l_int32 n
 
l_int32 nalloc
 
l_uint32 refcount
 
struct Box ** box
 

Detailed Description

Array of Box

Definition at line 492 of file pix.h.

Field Documentation

◆ box

◆ n

◆ nalloc

l_int32 Boxa::nalloc

number of box ptrs allocated

Definition at line 495 of file pix.h.

Referenced by boxaAddBox(), boxaCopy(), boxaCreate(), boxaExtendArray(), boxaExtendArrayToSize(), boxaInitFull(), and boxaInsertBox().

◆ refcount

l_uint32 Boxa::refcount

reference count (1 if no clones)

Definition at line 496 of file pix.h.

Referenced by boxaCopy(), boxaCreate(), and boxaDestroy().


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