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

Method GTiffGenericGrid

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

Source from the content-addressed store, hash-verified

2542// ---------------------------------------------------------------------------
2543
2544GTiffGenericGrid::GTiffGenericGrid(std::unique_ptr<GTiffGrid> &&grid)
2545 : GenericShiftGrid(grid->name(), grid->width(), grid->height(),
2546 grid->extentAndRes()),
2547 m_grid(std::move(grid)) {}
2548
2549// ---------------------------------------------------------------------------
2550

Callers

nothing calls this directly

Calls 3

widthMethod · 0.80
heightMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected