Tesseract 3.01
/data/source/tesseract-ocr/wordrec/closed.h File Reference
#include <math.h>
#include "states.h"

Go to the source code of this file.

Defines

#define NO_STATE   ~0
#define free_hash_table(table)   memfree(table)

Typedefs

typedef STATEHASH_TABLE

Functions

int hash_add (HASH_TABLE state_table, STATE *state)
int hash_lookup (HASH_TABLE state_table, STATE *state)
HASH_TABLE new_hash_table ()

Define Documentation

#define free_hash_table (   table)    memfree(table)
#define NO_STATE   ~0

Typedef Documentation

typedef STATE* HASH_TABLE

Function Documentation

int hash_add ( HASH_TABLE  state_table,
STATE state 
)
int hash_lookup ( HASH_TABLE  state_table,
STATE state 
)
HASH_TABLE new_hash_table ( )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines