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

Method Data

generator/srtm_parser.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 geometry::Altitude GetHeightRC(size_t row, size_t col) const;
56
57 inline geometry::Altitude const * Data() const { return reinterpret_cast<geometry::Altitude const *>(m_data.data()); }
58
59 inline size_t Size() const { return m_data.size() / sizeof(geometry::Altitude); }
60 void Invalidate();

Callers 3

operator()Method · 0.45
DumpBorderToPolyFileFunction · 0.45
BuildIndexMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected