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(). */
| 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 |