Home
last modified time | relevance | path

Searched refs:box_exp (Results 1 – 2 of 2) 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/rstar/
H A Dchoose_next_node.hpp88 Box box_exp(ch_i.first); in choose_by_minimum_overlap_cost() local
89 geometry::expand(box_exp, indexable); in choose_by_minimum_overlap_cost()
92 content_type content = index::detail::content(box_exp); in choose_by_minimum_overlap_cost()
153 Box box_exp(ch_i.first); in choose_by_minimum_overlap_cost_first_n() local
155 geometry::expand(box_exp, indexable); in choose_by_minimum_overlap_cost_first_n()
166 … content_type overlap_exp = index::detail::intersection_content(box_exp, ch_j.first); in choose_by_minimum_overlap_cost_first_n()
209 Box box_exp(ch_i.first); in choose_by_minimum_content_cost() local
210 geometry::expand(box_exp, indexable); in choose_by_minimum_content_cost()
213 content_type content = index::detail::content(box_exp); in choose_by_minimum_content_cost()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dinsert.hpp67 Box box_exp(ch_i.first); in apply() local
68 geometry::expand(box_exp, indexable); in apply()
71 content_type content = index::detail::content(box_exp); in apply()