Searched refs:pointsIter (Results 1 – 1 of 1) sorted by relevance
109 auto pointsIter = points.begin(); in build_bounds_map() local110 while (pointsIter != points.end()) { in build_bounds_map()111 Bound to_max = create_bound_towards_maximum(points, pointsIter); in build_bounds_map()112 Bound to_min = create_bound_towards_minimum(points, pointsIter); in build_bounds_map()124 assert(pointsIter == points.end()); in build_bounds_map()