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

Method SetTopRight

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

Source from the content-addressed store, hash-verified

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; }
31 size_t GetBottomLeft() const { return m_bottomLeft; }

Callers 1

CalcSumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected