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

Function GDALAlgorithmArgSetAsBoolean

gcore/gdalalgorithm.cpp:8892–8896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8890 */
8891
8892bool GDALAlgorithmArgSetAsBoolean(GDALAlgorithmArgH hArg, bool value)
8893{
8894 VALIDATE_POINTER1(hArg, __func__, false);
8895 return hArg->ptr->Set(value);
8896}
8897
8898/************************************************************************/
8899/* GDALAlgorithmArgSetAsString() */

Callers 1

TEST_FFunction · 0.85

Calls 1

SetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68