Home
last modified time | relevance | path

Searched refs:point_to_point_range (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/closest_feature/
H A Dpoint_to_range.hpp40 class point_to_point_range class
149 class point_to_point_range<Point, Range, open, Strategy> class
150 : point_to_point_range<Point, Range, closed, Strategy>
153 typedef point_to_point_range<Point, Range, closed, Strategy> base_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dgeometry_to_segment_or_box.hpp90 typedef detail::closest_feature::point_to_point_range
96 > point_to_point_range; typedef in boost::geometry::detail::distance::geometry_to_segment_or_box
235 = point_to_point_range::apply(*pit, in apply()
H A Dpoint_to_geometry.hpp89 typedef detail::closest_feature::point_to_point_range
92 > point_to_point_range; typedef in boost::geometry::detail::distance::point_to_range
126 = point_to_point_range::apply(point, in apply()
H A Dsegment_to_box.hpp79 typedef detail::closest_feature::point_to_point_range
85 > point_to_point_range; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic
135 bit_min[0] = point_to_point_range::apply(p[0], in apply()
140 bit_min[1] = point_to_point_range::apply(p[1], in apply()