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

Function GetArg

gcore/gdalalgorithm_cpp.h:2520–2524  ·  view source on GitHub ↗

Return an argument from its long name, short name or an alias */

Source from the content-addressed store, hash-verified

2518
2519 /** Return an argument from its long name, short name or an alias */
2520 GDALAlgorithmArg *GetArg(const std::string &osName,
2521 bool suggestionAllowed = false)
2522 {
2523 return GetArg(osName, suggestionAllowed, /* isConst = */ false);
2524 }
2525
2526 /** Return an argument from its long name, short name or an alias */
2527 GDALAlgorithmArg &operator[](const std::string &osName)

Callers 15

RunImplMethod · 0.85
SetInputDatasetMethod · 0.85
RunImplMethod · 0.85
RunImplMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85
RunImplMethod · 0.85
RunStepMethod · 0.85

Calls 1

GetArgMethod · 0.80

Tested by

no test coverage detected