Function gdal_sys::GDALFillNodata[][src]

pub unsafe extern "C" fn GDALFillNodata(
    hTargetBand: GDALRasterBandH,
    hMaskBand: GDALRasterBandH,
    dfMaxSearchDist: f64,
    bDeprecatedOption: c_int,
    nSmoothingIterations: c_int,
    papszOptions: *mut *mut c_char,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> Type