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

Function GDALAlgorithmArgSetAsDouble

gcore/gdalalgorithm.cpp:8955–8959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8953 */
8954
8955bool GDALAlgorithmArgSetAsDouble(GDALAlgorithmArgH hArg, double value)
8956{
8957 VALIDATE_POINTER1(hArg, __func__, false);
8958 return hArg->ptr->Set(value);
8959}
8960
8961/************************************************************************/
8962/* GDALAlgorithmArgSetAsDatasetValue() */

Callers 1

TEST_FFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68