viewer/showim.h

Go to the documentation of this file.
00001 
00019 #ifndef           SHOWIM_H
00020 #define           SHOWIM_H
00021 
00022 #include          "grphics.h"
00023 #include          "img.h"
00024 
00025 #define show_sub_image(im,xstart,ystart,xext,yext,win,xpos,ypos) (*show_func)(im,xstart,ystart,xext,yext,win,xpos,ypos)
00026 
00027 extern void (*show_func) (IMAGE *, INT32, INT32, INT32, INT32, WINDOW, INT32,
00028 INT32);
00029 
00030 DLLSYM void def_show_sub_image(                //show this image
00031                                IMAGE *source,  //image to show
00032                                INT32 xstart,   //start coords
00033                                INT32 ystart,
00034                                INT32 xext,     //extent to show
00035                                INT32 yext,
00036                                WINDOW win,     //window to draw in
00037                                INT32 xpos,     //position to show at
00038                                INT32 ypos      //y position
00039                               );
00040 #endif

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