![]() |
Leptonica
1.77.0
Image processing and image analysis suite
|
#include <array.h>
Data Fields | |
| l_int32 | nbuckets |
| l_int32 | initsize |
| struct L_Dna ** | dna |
| struct L_Dna** L_DnaHash::dna |
array of L_Dna
Definition at line 108 of file array.h.
Referenced by l_dnaHashAdd(), l_dnaHashCreate(), l_dnaHashDestroy(), and l_dnaHashGetDna().
| l_int32 L_DnaHash::initsize |
initial size of each dna that is made
Definition at line 107 of file array.h.
Referenced by l_dnaHashAdd(), and l_dnaHashCreate().