MCPcopy Create free account
hub / github.com/comaps/comaps / GetValue

Method GetValue

tools/topography_generator/generator.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 Altitude GetValue(ms::LatLon const & pos) override
84 {
85 auto const alt = GetValueImpl(pos);
86 if (IsValidAltitude(alt))
87 return alt;
88 return GetMedianValue(pos);
89 }
90
91 Altitude GetInvalidValue() const override { return kInvalidAltitude; }
92

Callers 3

TrackMatcherMethod · 0.45
GetValueMethod · 0.45
GetExtendedTileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected