This file has typedefs for the following array structs:
struct Numa array of floats
struct Numaa
struct L_Dna array of doubles
struct L_Dnaa
struct L_Dnahash
struct Sarray array of C-strings
struct L_Bytea array of bytes
It contains definitions for:
Numa interpolation flags
Numa border flags
Numa data type conversion to string
Here are the non-image-related arrays in leptonica:
* Numa, L_Dna, L_Ptra, Sarray:
These have most of the typical operations of vectors, such as add,
insert, remove and replace.
* Numaa, L_Dnaa, L_Ptraa:
These are arrays of float, double and generic pointer arrays.
* L_Bytea:
This is an array of bytes, analogous to a C++ string.
* L_Dnahash:
This is a simple hashing for integers, used in the jbig2 classifier.
Definition in file array.h.