| 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; } |