#include "mfcpch.h"
#include "errcode.h"
#include <time.h>
#include "memry.h"
#include "scrollview.h"
#include "varable.h"
#include "callcpp.h"
#include "tprintf.h"
#include "host.h"
#include "unichar.h"
Functions | |
void | setup_cp_maps () |
void | cprintf (const char *format,...) |
ScrollView * | c_create_window (const char *name, inT16 xpos, inT16 ypos, inT16 xsize, inT16 ysize, double xmin, double xmax, double ymin, double ymax) |
void | c_line_color_index (void *win, C_COL index) |
void | c_move (void *win, double x, double y) |
void | c_draw (void *win, double x, double y) |
void | c_make_current (void *win) |
void | c_clear_window (void *win) |
char | window_wait (ScrollView *win) |
void | reverse32 (void *ptr) |
void | reverse16 (void *ptr) |
Variables | |
int | tess_cp_mapping0 = 0 |
int | tess_cp_mapping1 = 1 |
int | tess_cp_mapping2 = 2 |
int | tess_cp_mapping3 = 3 |
int | record_matcher_output = 0 |
int | il1_adaption_test = 0 |
double | permuter_pending_threshold = 0.0 |
inT32 | cp_maps [4] |
char | blob_answer [UNICHAR_LEN+1] |
char * | word_answer |
inT32 | bits_in_states |
void c_clear_window | ( | void * | win | ) |
ScrollView* c_create_window | ( | const char * | name, | |
inT16 | xpos, | |||
inT16 | ypos, | |||
inT16 | xsize, | |||
inT16 | ysize, | |||
double | xmin, | |||
double | xmax, | |||
double | ymin, | |||
double | ymax | |||
) |
void c_draw | ( | void * | win, | |
double | x, | |||
double | y | |||
) |
void c_line_color_index | ( | void * | win, | |
C_COL | index | |||
) |
void c_make_current | ( | void * | win | ) |
void c_move | ( | void * | win, | |
double | x, | |||
double | y | |||
) |
void cprintf | ( | const char * | format, | |
... | ||||
) |
void reverse16 | ( | void * | ptr | ) |
void reverse32 | ( | void * | ptr | ) |
void setup_cp_maps | ( | ) |
char window_wait | ( | ScrollView * | win | ) |
char blob_answer[UNICHAR_LEN+1] |
int il1_adaption_test = 0 |
"Dont adapt to i/I at beginning of word"
double permuter_pending_threshold = 0.0 |
"Worst conf for using pending dictionary"
int record_matcher_output = 0 |
"Record detailed matcher info"
int tess_cp_mapping0 = 0 |
"Mappings for class pruner distance"
int tess_cp_mapping1 = 1 |
"Mappings for class pruner distance"
int tess_cp_mapping2 = 2 |
"Mappings for class pruner distance"
int tess_cp_mapping3 = 3 |
"Mappings for class pruner distance"
char* word_answer |