00001 00002 typedef struct POINT_TYPE 00003 { 00004 long x,y; 00005 float val; 00006 float error; 00007 } POINT;