8 extern float delim[][16];
13 extern unsigned long mnmap[16];
29 float x[5],y[5],
xx[5],
yy[5];
30 int line_style,cap_style,join_style;
32 int xint,yint,dup_flag[5];
80 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,join_style);
106 for(mm=0;mm<4;mm++) {
108 if(
value[mm] < mintop)
111 if(
value[mm] > maxtop)
153 if(x[h]==x[pnum] && y[h]==y[pnum])
160 for(kk=0;kk<3;kk++) {
164 for(mm=0;mm<4;mm++) {
192 if(dup_flag[kk]==0) {
211 if(pnum != 2 && pnum != 4)
219 for(
k=0;
k<pnum;
k++) {
229 for(
k=0;
k<pnum;
k++) {
237 for(
k=0;
k<pnum;
k++) {
274 line_style=LineSolid;
276 join_style=JoinMiter;
278 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,join_style);
void contour_maxmin(int isom, Pixmap pixm, int h, int display_flag, int type)