| H A D | partition.hpp | 237 static inline bool next_level(Box const& box, in next_level() function in boost::geometry::detail::partition::partition_one_range 329 if (! (next_level(exceeding_box, exceeding, level, min_elements, in apply() 343 return next_level(lower_box, lower, level, min_elements, in apply() 345 && next_level(upper_box, upper, level, min_elements, in apply() 368 static inline bool next_level(Box const& box, in next_level() function in boost::geometry::detail::partition::partition_two_ranges 458 if (! next_level(exceeding_box, exceeding1, exceeding2, level, in apply() 480 if (! (next_level(exceeding_box, exceeding1, lower2, level, in apply() 483 && next_level(exceeding_box, exceeding1, upper2, level, in apply() 506 if (! (next_level(exceeding_box, lower1, exceeding2, level, in apply() 509 && next_level(exceeding_box, upper1, exceeding2, level, in apply() [all …]
|