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

Method GTiffHGrid

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

Source from the content-addressed store, hash-verified

2088// ---------------------------------------------------------------------------
2089
2090GTiffHGrid::GTiffHGrid(std::unique_ptr<GTiffGrid> &&grid, uint16_t idxLatShift,
2091 uint16_t idxLonShift, double convFactorToRadian,
2092 bool positiveEast)
2093 : HorizontalShiftGrid(grid->name(), grid->width(), grid->height(),
2094 grid->extentAndRes()),
2095 m_grid(std::move(grid)), m_idxLatShift(idxLatShift),
2096 m_idxLonShift(idxLonShift), m_convFactorToRadian(convFactorToRadian),
2097 m_positiveEast(positiveEast) {}
2098
2099// ---------------------------------------------------------------------------
2100

Callers

nothing calls this directly

Calls 3

widthMethod · 0.80
heightMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected