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

Method Create

autotest/cpp/test_gdal.cpp:1514–1522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1512 }
1513
1514 static std::shared_ptr<myArray>
1515 Create(GDALDataType eDT, const std::vector<GUInt64> &sizes,
1516 const std::vector<GUInt64> &blocksizes)
1517 {
1518 auto ar(
1519 std::shared_ptr<myArray>(new myArray(eDT, sizes, blocksizes)));
1520 ar->SetSelf(ar);
1521 return ar;
1522 }
1523
1524 static std::shared_ptr<myArray>
1525 Create(const GDALExtendedDataType &dt,

Calls

no outgoing calls

Tested by

no test coverage detected