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

Function SetCallPath

gcore/gdalalgorithm_cpp.h:2570–2573  ·  view source on GitHub ↗

Set the calling path to this algorithm. * * For example the main "gdal" CLI will set the path to the name of its * binary before calling ParseCommandLineArguments(). */

Source from the content-addressed store, hash-verified

2568 * binary before calling ParseCommandLineArguments().
2569 */
2570 void SetCallPath(const std::vector<std::string> &path)
2571 {
2572 m_callPath = path;
2573 }
2574
2575 /** Set hint before calling ParseCommandLineArguments() that it must
2576 * try to be be graceful when possible, e.g. accepting

Callers 1

GDALMainAlgorithmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected