Searched refs:exceeding1 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/ |
D | partition.hpp | 463 IteratorVector1 lower1, upper1, exceeding1; in apply() local 466 input1, lower1, upper1, exceeding1, in apply() 472 if (! boost::empty(exceeding1)) in apply() 476 if (recurse_ok(exceeding1, exceeding2, min_elements, level)) in apply() 478 Box exceeding_box = get_new_box(exceeding1, exceeding2, in apply() 480 if (! next_level(exceeding_box, exceeding1, exceeding2, level, in apply() 489 if (! handle_two(exceeding1, exceeding2, visitor)) in apply() 499 if (recurse_ok(lower2, upper2, exceeding1, min_elements, level)) in apply() 501 Box exceeding_box = get_new_box(exceeding1, expand_policy1); in apply() 502 if (! (next_level(exceeding_box, exceeding1, lower2, level, in apply() [all …]
|