Searched refs:elements_copy (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/ |
D | redistribute_elements.hpp | 131 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() local 137 quadratic::pick_seeds<box_type>(elements_copy, parameters, translator, seed1, seed2); in apply() 149 …elements1.push_back(elements_copy[seed1]); //… in apply() 150 …elements2.push_back(elements_copy[seed2]); //… in apply() 153 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), in apply() 155 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), in apply() 161 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed2); // MAY… in apply() 162 elements_copy.pop_back(); in apply() 163 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed1); // MAY… in apply() 164 elements_copy.pop_back(); in apply() [all …]
|
/third_party/boost/boost/geometry/index/detail/rtree/rstar/ |
D | redistribute_elements.hpp | 133 …Elements elements_copy(elements); … in apply() local 143 …std::sort(elements_copy.begin(), elements_copy.end(), elements_less); … in apply() 165 Box box1 = rtree::elements_box<Box>(elements_copy.begin(), elements_copy.begin() + i, in apply() 167 Box box2 = rtree::elements_box<Box>(elements_copy.begin() + i, elements_copy.end(), in apply() 437 …container_type elements_copy(elements1.begin(), elements1.end()); //… in apply() local 453 ::apply(elements_copy, in apply() 467 …::apply(elements_copy, parameters, split_axis, split_index, translator); // MAY THR… in apply() 472 …::apply(elements_copy, parameters, split_axis, split_index, translator); // MAY THR… in apply() 481 …elements1.assign(elements_copy.begin(), elements_copy.begin() + split_index); // MAY… in apply() 482 …elements2.assign(elements_copy.begin() + split_index, elements_copy.end()); // MAY… in apply()
|
/third_party/boost/boost/geometry/index/detail/rtree/linear/ |
D | redistribute_elements.hpp | 364 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() local 369 linear::pick_seeds(elements_copy, parameters, translator, seed1, seed2); in apply() 378 …elements1.push_back(elements_copy[seed1]); //… in apply() 379 …elements2.push_back(elements_copy[seed2]); //… in apply() 382 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), in apply() 384 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), in apply() 399 element_type const& elem = elements_copy[i]; in apply() 458 rtree::destroy_elements<MembersHolder>::apply(elements_copy, allocators); in apply()
|