Searched refs:cellIndex (Results 1 – 1 of 1) sorted by relevance
33 int16_t x, y, cellIndex; in insert() local36 cellIndex = xCellCount * y + x; in insert()37 boxCells[cellIndex].push_back(uid); in insert()53 int16_t x, y, cellIndex; in insert() local56 cellIndex = xCellCount * y + x; in insert()57 circleCells[cellIndex].push_back(uid); in insert()146 int16_t x, y, cellIndex; in query() local149 cellIndex = xCellCount * y + x; in query()151 for (auto uid : boxCells[cellIndex]) { in query()166 for (auto uid : circleCells[cellIndex]) { in query()[all …]