MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmt_grd_set_datapadding

Function gmt_grd_set_datapadding

src/gmt_grdio.c:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void gmt_grd_set_datapadding (struct GMT_CTRL *GMT, bool set) {
560 /* Changes the value of GMT->current.io.grid_padding.
561 * If set = true we turn padding on, else off. */
562 GMT->current.io.grid_padding = set;
563}
564
565GMT_LOCAL void gmtgrdio_handle_pole_averaging (struct GMT_CTRL *GMT, struct GMT_GRID_HEADER *header, gmt_grdfloat *grid, gmt_grdfloat f_value, int pole) {
566 uint64_t node;

Callers 12

GMT_grdviewFunction · 0.85
GMT_grdgradientFunction · 0.85
GMT_grdsampleFunction · 0.85
GMT_grdblendFunction · 0.85
GMT_grdimageFunction · 0.85
GMT_grdcutFunction · 0.85
GMT_grdprojectFunction · 0.85
GMT_grdcontourFunction · 0.85
GMT_grdtrackFunction · 0.85
GMT_grdmathFunction · 0.85
GMT_grd2kmlFunction · 0.85
GMT_grdinterpolateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected