Searched refs:sum_of_margins (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/geometry/index/detail/rtree/rstar/ |
D | redistribute_elements.hpp | 117 margin_type & sum_of_margins, in apply() 155 sum_of_margins = 0; in apply() 170 … sum_of_margins += index::detail::comparable_margin(box1) + index::detail::comparable_margin(box2); in apply() 204 margin_type & sum_of_margins, in apply() 230 sum_of_margins = som1 + som2; in apply() 259 margin_type & sum_of_margins, in apply() 267 sum_of_margins, smallest_overlap, smallest_content, in apply() 300 margin_type sum_of_margins = 0; in apply() local 312 …>::apply(elements, corner, index, sum_of_margins, overlap_val, content_val, parameters, translator… in apply() 314 if ( sum_of_margins < smallest_sum_of_margins ) in apply() [all …]
|