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

Function GDALAlgorithmFinalize

gcore/gdalalgorithm.cpp:7760–7764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7758 */
7759
7760bool GDALAlgorithmFinalize(GDALAlgorithmH hAlg)
7761{
7762 VALIDATE_POINTER1(hAlg, __func__, false);
7763 return hAlg->ptr->Finalize();
7764}
7765
7766/************************************************************************/
7767/* GDALAlgorithmGetUsageAsJSON() */

Callers 1

TEST_FFunction · 0.85

Calls 1

FinalizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68