textord/drawedg.h

Go to the documentation of this file.
00001 
00019 #ifndef           DRAWEDG_H
00020 #define           DRAWEDG_H
00021 
00022 #include          "grphics.h"
00023 #include          "crakedge.h"
00024 
00025 WINDOW create_edges_window(                //make window
00026                            ICOORD page_tr  //size of image
00027                           );
00028 void draw_raw_edge(                   //draw the cracks
00029                    WINDOW fd,         //window to draw in
00030                    CRACKEDGE *start,  //start of loop
00031                    COLOUR colour      //colour to draw in
00032                   );
00033 #endif

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