Home
last modified time | relevance | path

Searched defs:find_greatest_normalized_separation (Results 1 – 1 of 1) 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/linear/
H A Dredistribute_elements.hpp78 struct find_greatest_normalized_separation struct
80 typedef typename Elements::value_type element_type;
81 typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type;
82 typedef typename coordinate_type<indexable_type>::type coordinate_type;
88 >::type separation_type;
90 typedef typename geometry::point_type<indexable_type>::type point_type;
91 typedef geometry::model::box<point_type> bounds_type;
92 typedef index::detail::bounded_view<indexable_type, bounds_type> bounded_view_type;
94 static inline void apply(Elements const& elements, in apply()
166 struct find_greatest_normalized_separation<Elements, Parameters, Translator, point_tag, DimensionIn… struct
[all …]