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

Method valueAt

src/grids.cpp:1459–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457 ~GTiffVGrid() override;
1458
1459 bool valueAt(int x, int y, float &out) const override {
1460 return m_grid->valueAt(m_idxSample, x, y, out);
1461 }
1462
1463 bool isNodata(float val, double /* multiplier */) const override {
1464 return m_grid->isNodata(val);

Callers

nothing calls this directly

Calls 1

valueAtMethod · 0.45

Tested by

no test coverage detected