Home
last modified time | relevance | path

Searched refs:GMT_OUTSIDE (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdmask.c194 …if (opt->arg[1] == '/' && opt->arg[2]) Ctrl->N.mask[GMT_OUTSIDE] = grdmask_assign (GMT, &opt->arg[… in parse()
198 …if (opt->arg[1] == '/' && opt->arg[2]) Ctrl->N.mask[GMT_OUTSIDE] = grdmask_assign (GMT, &opt->arg[… in parse()
203 …if ((c = strchr (opt->arg, '/')) && c[1]) Ctrl->N.mask[GMT_OUTSIDE] = grdmask_assign (GMT, &c[1]);… in parse()
208 …if ((c = strchr (opt->arg, '/')) && c[1]) Ctrl->N.mask[GMT_OUTSIDE] = grdmask_assign (GMT, &c[1]);… in parse()
353 …(Ctrl->N.mask[GMT_OUTSIDE])) ? GMT_Message (API, GMT_TIME_NONE, "NaN\n") : GMT_Message (API, GMT_T… in GMT_grdmask()
393 for (ij = 0; ij < Grid->header->size; ij++) Grid->data[ij] = mask_val[GMT_OUTSIDE]; in GMT_grdmask()
609 if ((side = gmt_inonout (GMT, xx, yy, S)) == GMT_OUTSIDE) in GMT_grdmask()
H A Dgmt_constants.h371 GMT_OUTSIDE = 0, enumerator
H A Dtriangulate.c609 if (side != GMT_OUTSIDE) node = k; /* Found the data node */ in GMT_triangulate()
690 if (side == GMT_OUTSIDE) continue; /* Outside polygon */ in GMT_triangulate()
H A Dsphdistance.c598 if (side == GMT_OUTSIDE) continue; /* Outside spherical polygon */ in GMT_sphdistance()
H A Dgmt_support.c3327 if (plat < S->min[GMT_Y]) return (GMT_OUTSIDE); /* South of a N polar cap */ in gmtsupport_inonout_sphpol()
3331 if (plat > S->max[GMT_Y]) return (GMT_OUTSIDE); /* North of a S polar cap */ in gmtsupport_inonout_sphpol()
3342 return (GMT_OUTSIDE); in gmtsupport_inonout_sphpol()
3347 if (plat < S->min[GMT_Y] || plat > S->max[GMT_Y]) return (GMT_OUTSIDE); in gmtsupport_inonout_sphpol()
3355 return (GMT_OUTSIDE); /* Nothing triggered the tests; we are outside */ in gmtsupport_inonout_sphpol()
3376 return (GMT_OUTSIDE); /* Point outside, no need to assign value */ in gmtsupport_inonout_sub()
3381 return (GMT_OUTSIDE); /* Point outside, no need to assign value */ in gmtsupport_inonout_sub()
3386 return (GMT_OUTSIDE); /* Point outside, no need to assign value */ in gmtsupport_inonout_sub()
3390 return (GMT_OUTSIDE); /* Point outside, no need to assign value */ in gmtsupport_inonout_sub()
11915 return ((crossing_count) ? GMT_INSIDE: GMT_OUTSIDE); in gmt_non_zero_winding()
[all …]
H A Dgrdselect.c288 Ctrl->F.mode = GMT_OUTSIDE; in parse()
H A Dgrdcut.c405 inside = (gmt_inonout (GMT, lon, lat, D->table[0]->segment[seg]) > GMT_OUTSIDE); in grdcut_node_is_outside()
H A Dgrdmath.c2936 stack[last]->G->data[node] = (inside > GMT_OUTSIDE) ? 1.0f : 0.0f; in grdmath_INSIDE()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Dgmtpmodeler.c382 inside = (gmt_inonout (GMT, in[GMT_X], in[GMT_Y], pol->segment[seg]) > GMT_OUTSIDE); in GMT_gmtpmodeler()
H A Dgrdpmodeler.c442 inside = (gmt_inonout (GMT, grd_x[col], grd_y[row], pol->segment[seg]) > GMT_OUTSIDE); in GMT_grdpmodeler()
H A Dgrdrotater.c410 inside = (gmt_inonout (GMT, lon, lat, P->segment[seg]) > GMT_OUTSIDE); in grdrotater_skip_if_outside()