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

Method valueAt

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

Source from the content-addressed store, hash-verified

146// ---------------------------------------------------------------------------
147
148bool NullVerticalShiftGrid::valueAt(int, int, float &out) const {
149 out = 0.0f;
150 return true;
151}
152
153// ---------------------------------------------------------------------------
154

Callers 7

valueAtMethod · 0.45
pj_hgrid_interpolateFunction · 0.45
read_vgrid_valueFunction · 0.45
getLonLatOffsetMethod · 0.45
getZOffsetMethod · 0.45

Calls 15

proj_context_errno_setFunction · 0.85
swap_wordsFunction · 0.85
TIFFCurrentDirOffsetFunction · 0.85
TIFFSetSubDirectoryFunction · 0.85
TIFFTileSize64Function · 0.85
TIFFStripSize64Function · 0.85
pj_logFunction · 0.85
TIFFReadEncodedTileFunction · 0.85
TIFFReadEncodedStripFunction · 0.85
assertFunction · 0.50
seekMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected