ccstruct/rwpoly.h

Go to the documentation of this file.
00001 
00020 #ifndef                    RWPOLY_H
00021 #define                    RWPOLY_H
00022 
00023 #include          <ctype.h>
00024 #include          <math.h>
00025 #ifdef __MSW32__
00026 #include          <io.h>
00027 #else
00028 #include          <stdlib.h>
00029 #endif
00030 #include          "elst.h"
00031 #include          "pageblk.h"
00032 #include          "varable.h"
00033 
00034 #include          "hpddef.h"     //must be last (handpd.dll)
00035 
00036 DLLSYM void write_poly_blocks(FILE *blfile, PAGE_BLOCK_LIST *blocks); 
00037 
00038 extern DLLSYM PAGE_BLOCK_LIST *page_block_list;
00039 extern PAGE_BLOCK_IT page_block_it;
00040                                  //read file
00041 DLLSYM PAGE_BLOCK_LIST *read_poly_blocks(const char *name  //file to read
00042                                         );
00043 #endif

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