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

Function GDALArgDatasetValue

gcore/gdalalgorithm_cpp.h:169–172  ·  view source on GitHub ↗

Constructor by dataset name. */

Source from the content-addressed store, hash-verified

167
168 /** Constructor by dataset name. */
169 explicit GDALArgDatasetValue(const std::string &name)
170 : m_name(name), m_nameSet(true)
171 {
172 }
173
174 /** Constructor by dataset instance, increasing its reference counter */
175 explicit GDALArgDatasetValue(GDALDataset *poDS);

Callers 3

TEST_FFunction · 0.85
ParseArgumentMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68