Leptonica  1.82.0
Image processing and image analysis suite
L_Dnaa Struct Reference

#include <array.h>

Data Fields

l_int32 nalloc
 
l_int32 n
 
struct L_Dna ** dna
 

Detailed Description

Array of double number arrays

Definition at line 106 of file array.h.

Field Documentation

◆ dna

◆ n

l_int32 L_Dnaa::n

number of L_Dna saved

Definition at line 109 of file array.h.

Referenced by l_dnaaAddDna(), l_dnaaDestroy(), l_dnaaGetCount(), l_dnaaGetDna(), l_dnaaGetDnaCount(), and l_dnaaTruncate().

◆ nalloc

l_int32 L_Dnaa::nalloc

size of allocated ptr array

Definition at line 108 of file array.h.

Referenced by l_dnaaAddDna(), l_dnaaExtendArray(), and l_dnaaFlattenToDna().


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