PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rtpg_util_gdal_progress_func()

static int rtpg_util_gdal_progress_func ( double  dfComplete,
const char *  pszMessage,
void *  pProgressArg 
)
static

Definition at line 630 of file rtpg_gdal.c.

634{
635 (void)dfComplete;
636 (void)pszMessage;
637
638 /* return 0 to cancel processing, 1 to continue */
639 return !(QueryCancelPending || ProcDiePending);
640}

Referenced by RASTER_InterpolateRaster().

Here is the caller graph for this function: