![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <array_internal.h>
Data Fields | |
l_int32 | nalloc |
l_int32 | n |
struct L_Dna ** | dna |
Array of double number arrays
Definition at line 100 of file array_internal.h.
struct L_Dna** L_Dnaa::dna |
array of L_Dna
Definition at line 104 of file array_internal.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 103 of file array_internal.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 102 of file array_internal.h.
Referenced by l_dnaaAddDna(), l_dnaaExtendArray(), and l_dnaaFlattenToDna().