MCPcopy Create free account
hub / github.com/OSGeo/PROJ / GTiffGenericGrid

Method GTiffGenericGrid

src/grids.cpp:2917–2920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2915// ---------------------------------------------------------------------------
2916
2917GTiffGenericGrid::GTiffGenericGrid(std::unique_ptr<GTiffGrid> &&grid)
2918 : GenericShiftGrid(grid->name(), grid->width(), grid->height(),
2919 grid->extentAndRes()),
2920 m_grid(std::move(grid)) {}
2921
2922// ---------------------------------------------------------------------------
2923

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected