Searched refs:bestCell (Results 1 – 1 of 1) sorted by relevance
138 auto bestCell = getCentroidCell(polygon); in polylabel() local142 if (bboxCell.d > bestCell.d) { in polylabel()143 bestCell = bboxCell; in polylabel()153 if (cell.d > bestCell.d) { in polylabel()154 bestCell = cell; in polylabel()159 if (cell.max - bestCell.d <= precision) continue; in polylabel()172 std::cout << "best distance: " << bestCell.d << std::endl; in polylabel()175 return bestCell.c; in polylabel()