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

Function gmtplot_basic_map_boundary

src/gmt_plot.c:1579–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}
1578
1579GMT_LOCAL void gmtplot_basic_map_boundary (struct GMT_CTRL *GMT, struct PSL_CTRL *PSL, double w, double e, double s, double n) {
1580 if (GMT->common.R.oblique) { /* Draw rectangular boundary and return */
1581 gmtplot_rect_map_boundary (GMT, PSL, 0.0, 0.0, GMT->current.proj.rect[XHI], GMT->current.proj.rect[YHI]);
1582 return;
1583 }
1584 gmtplot_wesn_map_boundary (GMT, PSL, w, e, s, n);
1585}
1586
1587/*
1588 * GENERIC MAP PLOTTING FUNCTIONS

Callers 1

gmtplot_map_boundaryFunction · 0.85

Calls 2

Tested by

no test coverage detected