00001 00002 00003 00004 #ifndef __IMAGER_SPIDER_H__ 00005 #define __IMAGER_SPIDER_H__ 00006 00007 #include "defs.h" 00008 00009 00010 image_type spider_img; /* Store the control image */ 00011 vertex spider_ofs; /* corner of the spider image relative to main image */ 00012 vertex centerglobal; /* Center of the secondary (cropped) spider image */ 00013 vertex spid_center; /* Center of the spider relative to main image */ 00014 00015 00016 void spider_main (int which_analysis); 00017 00018 #endif