wordrec/associate.cpp

Go to the documentation of this file.
00001 
00021 /*----------------------------------------------------------------------
00022               I n c l u d e s
00023 ----------------------------------------------------------------------*/
00024 #include <stdio.h>
00025 #ifdef __UNIX__
00026 #include <assert.h>
00027 #endif
00028 
00029 #include "associate.h"
00030 #include "debug.h"
00031 #include "callcpp.h"
00032 
00033 extern TBLOB *newblob(); 
00034 
00035 /*----------------------------------------------------------------------
00036               V a r i a b l e s
00037 ----------------------------------------------------------------------*/
00038 
00041 make_toggle_var (enable_assoc, 1, make_enable_assoc,
00042 9, 4, toggle_assoc, "Associator Enable");
00045 EVALUATION_ARRAY last_segmentation;
00046 
00047 /*----------------------------------------------------------------------
00048               F u n c t i o n s
00049 ----------------------------------------------------------------------*/
00050 
00055 void init_associate_vars() { 
00056   make_enable_assoc(); 
00057 }

Generated on Wed Feb 28 19:49:12 2007 for Tesseract by  doxygen 1.5.1