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

Method GetTopLeft

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

Source from the content-addressed store, hash-verified

25 m2::RectD const & GetCell() const { return m_cell; }
26 void SetTopLeft(size_t val) { m_topLeft = val; }
27 size_t GetTopLeft() const { return m_topLeft; }
28 void SetTopRight(size_t val) { m_topRight = val; }
29 size_t GetTopRight() const { return m_topRight; }
30 void SetBottomLeft(size_t val) { m_bottomLeft = val; }

Callers 1

CalcSumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected