Home
last modified time | relevance | path

Searched refs:intersection_content (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/algorithms/
H A Dintersection_content.hpp25 inline typename default_content_result<Box>::type intersection_content(Box const& box1, Box const& … in intersection_content() function
/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.hpp166 … content_type overlap_exp = index::detail::intersection_content(box_exp, ch_j.first); in choose_by_minimum_overlap_cost_first_n()
169 … overlap_diff += overlap_exp - index::detail::intersection_content(ch_i.first, ch_j.first); in choose_by_minimum_overlap_cost_first_n()
H A Dredistribute_elements.hpp149 content_type ovl = index::detail::intersection_content(box1, box2); in apply()