MCPcopy Create free account
hub / github.com/Kitware/VTK / GTiffVGrid

Method GTiffVGrid

ThirdParty/libproj/vtklibproj/src/grids.cpp:1223–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221// ---------------------------------------------------------------------------
1222
1223GTiffVGrid::GTiffVGrid(std::unique_ptr<GTiffGrid> &&grid, uint16_t idxSample)
1224 : VerticalShiftGrid(grid->name(), grid->width(), grid->height(),
1225 grid->extentAndRes()),
1226 m_grid(std::move(grid)), m_idxSample(idxSample) {}
1227
1228// ---------------------------------------------------------------------------
1229

Callers

nothing calls this directly

Calls 3

widthMethod · 0.80
heightMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected