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

Function GDALAlgorithmArg

gcore/gdalalgorithm_cpp.h:1921–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1919 friend struct test_gdal_algorithm::test_gdal_algorithm;
1920
1921 public:
1922 /** Constructor */
1923 template <class T>
1924 GDALInConstructionAlgorithmArg(GDALAlgorithm *owner,
1925 const GDALAlgorithmArgDecl &decl, T *pValue)
1926 : GDALAlgorithmArg(decl, pValue)
1927 {
1928 m_owner = owner;
1929 }
1930
1931 /** Destructor */
1932 ~GDALInConstructionAlgorithmArg() override;

Callers 1

TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.40