| 8932 | */ |
| 8933 | |
| 8934 | bool GDALAlgorithmArgSetAsInteger(GDALAlgorithmArgH hArg, int value) |
| 8935 | { |
| 8936 | VALIDATE_POINTER1(hArg, __func__, false); |
| 8937 | return hArg->ptr->Set(value); |
| 8938 | } |
| 8939 | |
| 8940 | /************************************************************************/ |
| 8941 | /* GDALAlgorithmArgSetAsDouble() */ |