Home
last modified time | relevance | path

Searched defs:indexed_access (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dsegment.hpp135 struct indexed_access<model::segment<Point>, 0, Dimension> struct
137 typedef model::segment<Point> segment_type;
138 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type;
140 static inline coordinate_type get(segment_type const& s) in get()
145 static inline void set(segment_type& s, coordinate_type const& value) in set()
153 struct indexed_access<model::segment<Point>, 1, Dimension> struct
155 typedef model::segment<Point> segment_type;
156 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type;
158 static inline coordinate_type get(segment_type const& s) in get()
163 static inline void set(segment_type& s, coordinate_type const& value) in set()
[all …]
H A Dpointing_segment.hpp91 struct indexed_access<model::pointing_segment<Point>, 0, Dimension> struct
93 typedef model::pointing_segment<Point> segment_type;
97 >::type coordinate_type;
99 static inline coordinate_type get(segment_type const& s) in get()
105 static inline void set(segment_type& s, coordinate_type const& value) in set()
114 struct indexed_access<model::pointing_segment<Point>, 1, Dimension> struct
116 typedef model::pointing_segment<Point> segment_type;
120 >::type coordinate_type;
122 static inline coordinate_type get(segment_type const& s) in get()
128 static inline void set(segment_type& s, coordinate_type const& value) in set()
H A Dbox.hpp155 struct indexed_access<model::box<Point>, min_corner, Dimension> struct
157 typedef typename geometry::coordinate_type<Point>::type coordinate_type;
159 static inline coordinate_type get(model::box<Point> const& b) in get()
164 static inline void set(model::box<Point>& b, coordinate_type const& value) in set()
171 struct indexed_access<model::box<Point>, max_corner, Dimension> struct
173 typedef typename geometry::coordinate_type<Point>::type coordinate_type;
175 static inline coordinate_type get(model::box<Point> const& b) in get()
180 static inline void set(model::box<Point>& b, coordinate_type const& value) in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.hpp67 struct indexed_access<mbgl::LatLngBounds, min_corner, D> struct
69 using ct = coordinate_type<mbgl::LatLng>::type;
70 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.southwest()); } in get()
71 …inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.southwest(), value); } in set()
75 struct indexed_access<mbgl::LatLngBounds, max_corner, D> struct
77 using ct = coordinate_type<mbgl::LatLng>::type;
78 static inline ct get(mbgl::LatLngBounds const& b) { return geometry::get<D>(b.northeast()); } in get()
79 …inline void set(mbgl::LatLngBounds& b, ct const& value) { geometry::set<D>(b.northeast(), value); } in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dbounded_view.hpp175 struct indexed_access<index::detail::bounded_view<Geometry, Box, Tag, box_tag, CSystem>, struct
178 typedef index::detail::bounded_view<Geometry, Box, Tag, box_tag, CSystem> box_type;
179 typedef typename geometry::coordinate_type<Box>::type coordinate_type;
181 static inline coordinate_type get(box_type const& b) in get()
193 struct indexed_access<index::detail::bounded_view<Geometry, Box, Tag, box_tag, CSystem>, struct
196 typedef index::detail::bounded_view<Geometry, Box, Tag, box_tag, CSystem> box_type;
197 typedef typename geometry::coordinate_type<Box>::type coordinate_type;
199 static inline coordinate_type get(box_type const& b) in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Daccess.hpp79 struct indexed_access {}; struct
159 struct indexed_access struct
199 struct indexed_access<box_tag, Box, CoordinateType, Index, Dimension, boost::false_type> struct
210 struct indexed_access<box_tag, Box, CoordinateType, Index, Dimension, boost::true_type> struct
222 struct indexed_access<segment_tag, Segment, CoordinateType, Index, Dimension, boost::false_type> struct
234 struct indexed_access<segment_tag, Segment, CoordinateType, Index, Dimension, boost::true_type> struct