Searched refs:elements_copy (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/ |
| H A D | redistribute_elements.hpp | 116 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() local 122 quadratic::pick_seeds<Box>(elements_copy, parameters, translator, seed1, seed2); in apply() 131 …elements1.push_back(elements_copy[seed1]); //… in apply() 132 …elements2.push_back(elements_copy[seed2]); //… in apply() 135 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), box1); in apply() 136 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), box2); in apply() 141 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed2); // MAY… in apply() 142 elements_copy.pop_back(); in apply() 143 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed1); // MAY… in apply() 144 elements_copy.pop_back(); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/ |
| H A D | redistribute_elements.hpp | 115 …Elements elements_copy(elements); … in apply() local 122 …std::sort(elements_copy.begin(), elements_copy.end(), elements_less); … in apply() 144 … Box box1 = rtree::elements_box<Box>(elements_copy.begin(), elements_copy.begin() + i, translator); in apply() 145 … Box box2 = rtree::elements_box<Box>(elements_copy.begin() + i, elements_copy.end(), translator); in apply() 403 …container_type elements_copy(elements1.begin(), elements1.end()); //… in apply() local 419 ::apply(elements_copy, in apply() 433 …::apply(elements_copy, split_axis, split_index, translator); // MAY THR… in apply() 438 …::apply(elements_copy, split_axis, split_index, translator); // MAY THR… in apply() 444 …elements1.assign(elements_copy.begin(), elements_copy.begin() + split_index); // MAY… in apply() 445 …elements2.assign(elements_copy.begin() + split_index, elements_copy.end()); // MAY… in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 341 …container_type elements_copy(elements1.begin(), elements1.end()); … in apply() local 346 linear::pick_seeds(elements_copy, parameters, translator, seed1, seed2); in apply() 355 …elements1.push_back(elements_copy[seed1]); //… in apply() 356 …elements2.push_back(elements_copy[seed2]); //… in apply() 359 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), box1); in apply() 360 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), box2); in apply() 374 element_type const& elem = elements_copy[i]; in apply() 433 …e::destroy_elements<Value, Options, Translator, Box, Allocators>::apply(elements_copy, allocators); in apply()
|