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

Method GetScale

libs/indexer/data_header.hpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 size_t GetScalesCount() const { return m_scales.size(); }
52 int GetScale(size_t i) const { return static_cast<int>(m_scales[i]); }
53 int GetLastScale() const { return m_scales.back(); }
54
55 std::pair<int, int> GetScaleRange() const;

Callers 2

GetScaleIndexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected