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

Function WarnIfDeprecated

gcore/gdalalgorithm_cpp.h:3199–3201  ·  view source on GitHub ↗

Method that an algorithm can implement to issue a warning message about * its deprecation. This is called at the beginning of the Run() method. */

Source from the content-addressed store, hash-verified

3197 * its deprecation. This is called at the beginning of the Run() method.
3198 */
3199 virtual void WarnIfDeprecated()
3200 {
3201 }
3202
3203 /** Return the list of arguments for CLI usage */
3204 std::pair<std::vector<std::pair<GDALAlgorithmArg *, std::string>>, size_t>

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected