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

Function IsCalledFromCommandLine

gcore/gdalalgorithm_cpp.h:2757–2760  ·  view source on GitHub ↗

Return whether the algorithm is called from the command line. */

Source from the content-addressed store, hash-verified

2755
2756 /** Return whether the algorithm is called from the command line. */
2757 bool IsCalledFromCommandLine() const
2758 {
2759 return m_calledFromCommandLine;
2760 }
2761
2762 /** Whether the algorithm generates an output string */
2763 virtual bool HasOutputString() const;

Callers 13

RunImplMethod · 0.85
RunStepMethod · 0.85
RunImplMethod · 0.85
RunStepMethod · 0.85
ProcessMethod · 0.85
RunImplMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected