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

Function GDALAlgorithmRun

gcore/gdalalgorithm.cpp:7738–7743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7736 */
7737
7738bool GDALAlgorithmRun(GDALAlgorithmH hAlg, GDALProgressFunc pfnProgress,
7739 void *pProgressData)
7740{
7741 VALIDATE_POINTER1(hAlg, __func__, false);
7742 return hAlg->ptr->Run(pfnProgress, pProgressData);
7743}
7744
7745/************************************************************************/
7746/* GDALAlgorithmFinalize() */

Callers 1

TEST_FFunction · 0.85

Calls 1

RunMethod · 0.45

Tested by 1

TEST_FFunction · 0.68