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

Method GTiffVGrid

src/grids.cpp:1487–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485// ---------------------------------------------------------------------------
1486
1487GTiffVGrid::GTiffVGrid(std::unique_ptr<GTiffGrid> &&grid, uint16_t idxSample)
1488 : VerticalShiftGrid(grid->name(), grid->width(), grid->height(),
1489 grid->extentAndRes()),
1490 m_grid(std::move(grid)), m_idxSample(idxSample) {}
1491
1492// ---------------------------------------------------------------------------
1493

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected