MCPcopy Create free account
hub / github.com/OSGeo/gdal / Usage

Function Usage

apps/gdal_grid_bin.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20/************************************************************************/
21
22static void Usage()
23
24{
25 fprintf(stderr, "%s\n", GDALGridGetParserUsage().c_str());
26 exit(1);
27}
28
29/************************************************************************/
30/* main() */

Callers 1

MAIN_STARTFunction · 0.70

Calls 2

GDALGridGetParserUsageFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected