Searched defs:find_greatest_normalized_separation (Results 1 – 1 of 1) sorted by relevance
78 struct find_greatest_normalized_separation struct80 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 …]