Home
last modified time | relevance | path

Searched refs:indexed_point_view (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dindexed_point_view.hpp35 class indexed_point_view class
37 indexed_point_view & operator=(indexed_point_view const&);
43 indexed_point_view(Geometry & geometry) in indexed_point_view() function in boost::geometry::detail::indexed_point_view
70 struct tag< geometry::detail::indexed_point_view<Geometry, Index> >
76 struct coordinate_type< geometry::detail::indexed_point_view<Geometry, Index> >
84 geometry::detail::indexed_point_view<Geometry, Index>
91 struct dimension< geometry::detail::indexed_point_view<Geometry, Index> >
98 geometry::detail::indexed_point_view<Geometry, Index>, Dimension
104 geometry::detail::indexed_point_view<Geometry, Index> const& p) in get()
110 geometry::detail::indexed_point_view<Geometry, Index> & p, in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dbox.hpp55 detail::indexed_point_view<BoxIn const, Index> box_in_corner(box_in); in apply()
56 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply()
60 detail::indexed_point_view<BoxIn const, Index>, in apply()
61 detail::indexed_point_view<BoxOut, Index>, in apply()
81 detail::indexed_point_view<BoxIn const, Index> box_in_corner(box_in); in apply()
82 detail::indexed_point_view<BoxOut, Index> mbr_corner(mbr); in apply()
90 detail::indexed_point_view<BoxIn const, Index>, in apply()
91 detail::indexed_point_view<BoxOut, Index>, in apply()
H A Drange_of_boxes.hpp166 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply()
167 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply()
169 detail::indexed_point_view<box_type const, min_corner> in apply()
172 detail::indexed_point_view<box_type const, max_corner> in apply()
177 detail::indexed_point_view<box_type const, min_corner>, in apply()
178 detail::indexed_point_view<Box, min_corner>, in apply()
185 detail::indexed_point_view<box_type const, max_corner>, in apply()
186 detail::indexed_point_view<Box, max_corner>, in apply()
308 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply()
309 detail::indexed_point_view<Box, max_corner> mbr_max(mbr); in apply()
H A Dtransform_units.hpp65 typedef detail::indexed_point_view<BoxIn const, Index> view_in_type; in apply()
66 typedef detail::indexed_point_view<BoxOut, Index> view_out_type; in apply()
H A Dpoint.hpp52 detail::indexed_point_view<Box, Index> box_corner(mbr); in apply()
56 detail::indexed_point_view<Box, Index>, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp114 indexed_point_view<Segment1 const, 0>(segment1), in apply()
115 indexed_point_view<Segment2 const, 0>(segment2) ) in apply()
117 indexed_point_view<Segment1 const, 1>(segment1), in apply()
118 indexed_point_view<Segment2 const, 1>(segment2) ) in apply()
120 indexed_point_view<Segment1 const, 0>(segment1), in apply()
121 indexed_point_view<Segment2 const, 1>(segment2) ) in apply()
123 indexed_point_view<Segment1 const, 1>(segment1), in apply()
124 indexed_point_view<Segment2 const, 0>(segment2) ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dnormalize.hpp158 detail::indexed_point_view<BoxOut, min_corner> p_min_out(box_out); in apply_to_coordinates()
164 detail::indexed_point_view in apply_to_coordinates()
170 detail::indexed_point_view<BoxOut, max_corner> p_max_out(box_out); in apply_to_coordinates()
176 detail::indexed_point_view in apply_to_coordinates()
H A Dexpand_by_epsilon.hpp99 typedef detail::indexed_point_view<Box, min_corner> min_type; in expand_by_epsilon()
103 typedef detail::indexed_point_view<Box, max_corner> max_type; in expand_by_epsilon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_invalid_coordinate.hpp71 geometry::detail::indexed_point_view<Geometry const, 0> p0(geometry); in apply()
72 geometry::detail::indexed_point_view<Geometry const, 1> p1(geometry); in apply()