Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
L_DnaHash Struct Reference

Data Fields

l_int32 nbuckets
 
l_int32 initsize
 
struct L_Dna ** dna
 

Detailed Description

Definition at line 107 of file array_internal.h.

Field Documentation

◆ dna

struct L_Dna** L_DnaHash::dna

array of L_Dna

Definition at line 111 of file array_internal.h.

Referenced by l_dnaHashAdd(), l_dnaHashCreate(), l_dnaHashDestroy(), and l_dnaHashGetDna().

◆ initsize

l_int32 L_DnaHash::initsize

initial size of each dna that is made

Definition at line 110 of file array_internal.h.

Referenced by l_dnaHashAdd(), and l_dnaHashCreate().

◆ nbuckets

l_int32 L_DnaHash::nbuckets

Definition at line 109 of file array_internal.h.


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