Home
last modified time | relevance | path

Searched refs:enlarged_box1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp287 box_type enlarged_box1(box1); in pick_next() local
289 index::detail::expand(enlarged_box1, indexable, strategy); in pick_next()
291 content_type enlarged_content1 = index::detail::content(enlarged_box1); in pick_next()
/third_party/boost/boost/geometry/index/detail/rtree/linear/
Dredistribute_elements.hpp420 box_type enlarged_box1(box1); in apply()
422 index::detail::expand(enlarged_box1, indexable, strategy); in apply()
424 content_type enlarged_content1 = index::detail::content(enlarged_box1); in apply()
437 box1 = enlarged_box1; in apply()