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

Function gmt_set_pad

src/gmt_init.c:18994–18996  ·  view source on GitHub ↗

! Changes the 4 GMT default pad values to given isotropic pad */

Source from the content-addressed store, hash-verified

18992
18993/*! Changes the 4 GMT default pad values to given isotropic pad */
18994void gmt_set_pad (struct GMT_CTRL *GMT, unsigned int pad) {
18995 GMT->current.io.pad[XLO] = GMT->current.io.pad[XHI] = GMT->current.io.pad[YLO] = GMT->current.io.pad[YHI] = pad;
18996}
18997
18998/*! . */
18999struct GMT_CTRL *gmt_begin (struct GMTAPI_CTRL *API, const char *session, unsigned int pad) {

Callers 15

GMT_grdgradientFunction · 0.85
GMT_grdsampleFunction · 0.85
GMT_grdselectFunction · 0.85
GMT_psmaskFunction · 0.85
GMT_Create_DataFunction · 0.85
GMT_Set_DefaultFunction · 0.85
GMT_grdimageFunction · 0.85
GMT_grdmixFunction · 0.85
gmtinit_new_GMT_ctrlFunction · 0.85
GMT_psimageFunction · 0.85
GMT_grdpasteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected