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

Method valueAt

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

Source from the content-addressed store, hash-verified

1198 ~GTiffVGrid() override;
1199
1200 bool valueAt(int x, int y, float &out) const override {
1201 return m_grid->valueAt(m_idxSample, x, y, out);
1202 }
1203
1204 bool isNodata(float val, double /* multiplier */) const override {
1205 return m_grid->isNodata(val);

Callers

nothing calls this directly

Calls 1

valueAtMethod · 0.45

Tested by

no test coverage detected