Home
last modified time | relevance | path

Searched defs:calculate_distance (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/
H A Ddistance_predicates.hpp100 struct calculate_distance struct
107 struct calculate_distance< predicates::nearest<PointRelation>, Indexable, Tag > struct
109 typedef detail::relation<PointRelation> relation;
110 typedef typename relation::value_type point_type;
111 …def typename geometry::default_comparable_distance_result<point_type, Indexable>::type result_type;
113 …e bool apply(predicates::nearest<PointRelation> const& p, Indexable const& i, result_type & result) in apply()
121 struct calculate_distance< predicates::nearest< to_centroid<Point> >, Indexable, value_tag> struct
123 typedef Point point_type;
124 …def typename geometry::default_comparable_distance_result<point_type, Indexable>::type result_type;
126 …apply(predicates::nearest< to_centroid<Point> > const& p, Indexable const& i, result_type & result) in apply()
[all …]