Leptonica 1.68
C Image Processing Library
|
Structs for basic number and string arrays (Numa, Numaa, Numa2d, NumaHash and Sarray) More...
Go to the source code of this file.
Data Structures | |
struct | Numa |
struct | Numaa |
struct | Numa2d |
struct | NumaHash |
struct | Sarray |
struct | L_Bytea |
Defines | |
#define | NUMA_VERSION_NUMBER 1 |
#define | SARRAY_VERSION_NUMBER 1 |
Typedefs | |
typedef struct Numa | NUMA |
typedef struct Numaa | NUMAA |
typedef struct Numa2d | NUMA2D |
typedef struct NumaHash | NUMAHASH |
typedef struct Sarray | SARRAY |
typedef struct L_Bytea | L_BYTEA |
Enumerations | |
enum | { L_LINEAR_INTERP = 1, L_QUADRATIC_INTERP = 2 } |
enum | { L_EXTENDED_BORDER = 1, L_MIRRORED_BORDER = 2 } |
Structs for basic number and string arrays (Numa, Numaa, Numa2d, NumaHash and Sarray)
Contains the following structs: struct Numa struct Numaa struct Numa2d struct NumaHash struct Sarray struct L_Bytea Contains definitions for: Numa interpolation flags
Definition in file array.h.
#define NUMA_VERSION_NUMBER 1 |
Definition at line 37 of file array.h.
Referenced by numaaReadStream(), numaaWriteStream(), numaReadStream(), and numaWriteStream().
#define SARRAY_VERSION_NUMBER 1 |
Definition at line 84 of file array.h.
Referenced by sarrayReadStream(), and sarrayWriteStream().
anonymous enum |