![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <array.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
struct L_Dna ** | dna |
struct L_Dna** L_Dnaa::dna |
array of L_Dna
Definition at line 110 of file array.h.
Referenced by l_dnaaAddDna(), l_dnaaDestroy(), l_dnaaFlattenToDna(), l_dnaaGetDna(), l_dnaaGetDnaCount(), l_dnaaGetValue(), l_dnaaReplaceDna(), and l_dnaaTruncate().
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().
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().