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

Method GetBottomRight

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

Source from the content-addressed store, hash-verified

31 size_t GetBottomLeft() const { return m_bottomLeft; }
32 void SetBottomRight(size_t val) { m_bottomRight = val; }
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

Callers 1

CalcSumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected