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

Method GetSum

generator/cells_merger.hpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 size_t GetBottomRight() const { return m_bottomRight; }
34 void CalcSum() { m_sum = m_topLeft + m_topRight + m_bottomLeft + m_bottomRight; }
35 size_t GetSum() const { return m_sum; }
36
37private:
38 m2::RectD m_cell;

Callers 2

FindDirectionMethod · 0.80
FindMaxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected