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

Method ParseCommandLineArguments

autotest/cpp/test_gdal_algorithm.cpp:4426–4431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4424 }
4425
4426 bool
4427 ParseCommandLineArguments(const std::vector<std::string> &args) override
4428 {
4429 m_hasParsedCommandLinearguments = true;
4430 return GDALAlgorithm::ParseCommandLineArguments(args);
4431 }
4432
4433 bool RunImpl(GDALProgressFunc, void *) override
4434 {

Calls

no outgoing calls

Tested by

no test coverage detected