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

Method DataForTests

generator/srtm_parser.cpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255geometry::Altitude * SrtmTile::DataForTests(size_t & sz)
256{
257 m_valid = true;
258 sz = kArcSecondsInDegree + 1;
259 m_data.resize(kSrtmTileSize, 0);
260 return reinterpret_cast<geometry::Altitude *>(m_data.data());
261}
262
263void SrtmTile::Invalidate()
264{

Callers 1

UNIT_TESTFunction · 0.80

Calls 2

resizeMethod · 0.45
dataMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64