Leptonica 1.68
C Image Processing Library

array.h File Reference

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 }

Detailed Description

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 Documentation

#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().


Typedef Documentation

typedef struct Numa NUMA

Definition at line 49 of file array.h.

typedef struct Numaa NUMAA

Definition at line 59 of file array.h.

typedef struct Numa2d NUMA2D

Definition at line 71 of file array.h.

typedef struct NumaHash NUMAHASH

Definition at line 81 of file array.h.

typedef struct Sarray SARRAY

Definition at line 94 of file array.h.

typedef struct L_Bytea L_BYTEA

Definition at line 105 of file array.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
L_LINEAR_INTERP 
L_QUADRATIC_INTERP 

Definition at line 113 of file array.h.

anonymous enum
Enumerator:
L_EXTENDED_BORDER 
L_MIRRORED_BORDER 

Definition at line 119 of file array.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines