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

Function GDALAlgorithmArgSetAsInteger

gcore/gdalalgorithm.cpp:8934–8938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8932 */
8933
8934bool GDALAlgorithmArgSetAsInteger(GDALAlgorithmArgH hArg, int value)
8935{
8936 VALIDATE_POINTER1(hArg, __func__, false);
8937 return hArg->ptr->Set(value);
8938}
8939
8940/************************************************************************/
8941/* GDALAlgorithmArgSetAsDouble() */

Callers 1

TEST_FFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68