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

Method valueAt

src/grids.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163// ---------------------------------------------------------------------------
164
165bool NullVerticalShiftGrid::valueAt(int, int, float &out) const {
166 out = 0.0f;
167 return true;
168}
169
170// ---------------------------------------------------------------------------
171

Callers 8

TEST_FFunction · 0.45
valueAtMethod · 0.45
pj_hgrid_interpolateFunction · 0.45
read_vgrid_valueFunction · 0.45
getLongLatOffsetMethod · 0.45
getZOffsetMethod · 0.45

Calls 11

pj_logFunction · 0.85
proj_context_errno_setFunction · 0.85
sizeMethod · 0.80
swap_wordsFunction · 0.70
getMethod · 0.45
whatMethod · 0.45
seekMethod · 0.45
readMethod · 0.45
insertMethod · 0.45
emptyMethod · 0.45
samplesPerPixelMethod · 0.45

Tested by 1

TEST_FFunction · 0.36