Searched defs:cellAt (Results 1 – 1 of 1) sorted by relevance
174 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; } in cellAt() function175 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col]; } in cellAt() function