Home
last modified time | relevance | path

Searched refs:coordinate_type (Results 1 – 25 of 121) sorted by relevance

12345

/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.hpp41 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef
48 inline coordinate_type get_min() const in get_min()
50 return boost::numeric_cast<coordinate_type>( in get_min()
56 inline coordinate_type get_max() const in get_max()
58 return boost::numeric_cast<coordinate_type>( in get_max()
71 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef
79 inline coordinate_type get_min() const in get_min()
85 inline coordinate_type get_max() const in get_max()
100 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef
107 inline coordinate_type get_min() const in get_min()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dassign_values.hpp52 static inline void apply(Box& box, typename coordinate_type<Box>::type const& value) in apply()
64 static inline void apply(Box&, typename coordinate_type<Box>::type const&) in apply()
86 typedef typename coordinate_type<point_type>::type bound_type; in apply()
103 typedef typename coordinate_type<BoxOrSegment>::type coordinate_type; in apply() typedef
106 geometry, coordinate_type() in apply()
109 geometry, coordinate_type() in apply()
127 typedef typename coordinate_type<Point>::type coordinate_type; in assign_box_2d_corner() typedef
129 geometry::set<0>(point, boost::numeric_cast<coordinate_type>(get<Corner1, 0>(box))); in assign_box_2d_corner()
130 geometry::set<1>(point, boost::numeric_cast<coordinate_type>(get<Corner2, 1>(box))); in assign_box_2d_corner()
148 typename coordinate_type<Geometry>::type in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dradian_access.hpp48 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef
50 static inline coordinate_type get(Geometry const& geometry) in get()
54 coordinate_type in get()
56 * math::d2r<coordinate_type>()); in get()
59 static inline void set(Geometry& geometry, coordinate_type const& radians) in set()
63 coordinate_type in set()
64 >(radians * math::r2d<coordinate_type>())); in set()
74 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef
76 static inline coordinate_type get(Geometry const& geometry) in get()
81 static inline void set(Geometry& geometry, coordinate_type const& radians) in set()
[all …]
H A Dcoordinate_type.hpp41 struct coordinate_type struct
56 struct coordinate_type struct
61 typedef typename coordinate_type<point_tag, point_type>::type type; argument
65 struct coordinate_type<point_tag, Point> struct
67 typedef typename traits::coordinate_type
86 struct coordinate_type struct
88 typedef typename core_dispatch::coordinate_type
100 typename coordinate_type<Geometry>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dsegment.hpp138 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef
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()
156 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef
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()
186 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef
188 static inline coordinate_type get(segment_type const& s) in get()
193 static inline void set(segment_type& s, coordinate_type const& value) in set()
204 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef
[all …]
H A Dpointing_segment.hpp94 typedef typename geometry::coordinate_type
97 >::type coordinate_type; typedef
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()
117 typedef typename geometry::coordinate_type
120 >::type coordinate_type; typedef
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.hpp157 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
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()
173 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
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/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_join_round_by_divide.hpp51 typedef typename coordinate_type<Point>::type coordinate_type; in mid_points() typedef
54 coordinate_type const vp1_x = get<0>(p1) - get<0>(vertex); in mid_points()
55 coordinate_type const vp1_y = get<1>(p1) - get<1>(vertex); in mid_points()
57 coordinate_type const vp2_x = (get<0>(p2) - get<0>(vertex)); in mid_points()
58 coordinate_type const vp2_y = (get<1>(p2) - get<1>(vertex)); in mid_points()
61 coordinate_type const two = 2; in mid_points()
62 coordinate_type const v_x = (vp1_x + vp2_x) / two; in mid_points()
63 coordinate_type const v_y = (vp1_y + vp2_y) / two; in mid_points()
90 typedef typename coordinate_type<Point>::type coordinate_type; in apply() typedef
94 coordinate_type, in apply()
[all …]
H A Dbuffer_join_miter.hpp80 typedef typename coordinate_type<Point>::type coordinate_type; in apply() typedef
83 coordinate_type, in apply()
92 coordinate_type const dx = get<0>(p) - get<0>(vertex); in apply()
93 coordinate_type const dy = get<1>(p) - get<1>(vertex); in apply()
H A Dbuffer_side_straight.hpp62 typedef typename coordinate_type<Point>::type coordinate_type; in apply() typedef
65 coordinate_type, in apply()
72 coordinate_type const dx = get<0>(input_p2) - get<0>(input_p1); in apply()
73 coordinate_type const dy = get<1>(input_p2) - get<1>(input_p1); in apply()
H A Dbuffer_join_round.hpp130 typedef typename coordinate_type<Point>::type coordinate_type; in apply() typedef
137 coordinate_type, in apply()
138 typename geometry::coordinate_type<output_point_type>::type in apply()
153 coordinate_type vix = (get<0>(ip) - get<0>(vertex)); in apply()
154 coordinate_type viy = (get<1>(ip) - get<1>(vertex)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dline_line_intersection.hpp39 typedef typename coordinate_type<Point>::type coordinate_type; in apply() typedef
41 coordinate_type const denominator in apply()
42 = determinant<coordinate_type>(get<0>(pi) - get<0>(pj), in apply()
57 if (math::equals(denominator, coordinate_type())) in apply()
68coordinate_type d1 = determinant<coordinate_type>(get<0>(pi), get<1>(pi), get<0>(pj), get<1>(pj)); in apply()
69coordinate_type d2 = determinant<coordinate_type>(get<0>(qi), get<1>(qi), get<0>(qj), get<1>(qj)); in apply()
73 …set<0>(ip, determinant<coordinate_type>(d1, get<0>(pi) - get<0>(pj), d2, get<0>(qi) - get<0>(qj)) … in apply()
74 …set<1>(ip, determinant<coordinate_type>(d1, get<1>(pi) - get<1>(pj), d2, get<1>(qi) - get<1>(qj)) … in apply()
/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.hpp41 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; typedef in boost::geometry::detail::indexed_point_view
48 inline coordinate_type get() const in get()
54 inline void set(coordinate_type const& value) in set()
76 struct coordinate_type< geometry::detail::indexed_point_view<Geometry, Index> > struct
78 typedef typename geometry::coordinate_type<Geometry>::type type; argument
101 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; typedef
103 static inline coordinate_type get( in get()
111 coordinate_type const& value) in set()
H A Dtwo_dimensional_view.hpp103 struct coordinate_type struct
109 > : coordinate_type<typename geometry::point_type<Point>::type>
145 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
151 static inline coordinate_type get(view_type const& view) in get()
156 static inline void set(view_type& view, coordinate_type const& value) in set()
172 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
178 static inline coordinate_type get(view_type const& view) in get()
183 static inline void set(view_type& view, coordinate_type const& value) in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dclip_linestring.hpp88 typedef typename select_coordinate_type<Box, Point>::type coordinate_type; in clip_segment() typedef
89 typedef typename select_most_precise<coordinate_type, double>::type calc_type; in clip_segment()
94 coordinate_type const dx = get<1, 0>(s) - get<0, 0>(s); in clip_segment()
95 coordinate_type const dy = get<1, 1>(s) - get<0, 1>(s); in clip_segment()
97 coordinate_type const p1 = -dx; in clip_segment()
98 coordinate_type const p2 = dx; in clip_segment()
99 coordinate_type const p3 = -dy; in clip_segment()
100 coordinate_type const p4 = dy; in clip_segment()
102 coordinate_type const q1 = get<0, 0>(s) - get<min_corner, 0>(b); in clip_segment()
103 coordinate_type const q2 = get<max_corner, 0>(b) - get<0, 0>(s); in clip_segment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dget_rescale_policy.hpp67 typename geometry::coordinate_type<Point>::type in scale_box_to_integer_range()
169 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
172 typename detail::robust_type<coordinate_type>::type,
176 typedef typename promote_floating_point<coordinate_type>::type factor_type;
187 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; in apply() typedef
188 typedef typename promote_floating_point<coordinate_type>::type factor_type; in apply()
191 typename detail::robust_type<coordinate_type>::type, in apply()
208 typedef typename geometry::coordinate_type<Geometry1>::type coordinate_type; in apply() typedef
209 typedef typename promote_floating_point<coordinate_type>::type factor_type; in apply()
212 typename detail::robust_type<coordinate_type>::type, in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp82 typedef typename coordinate_type<indexable_type>::type coordinate_type; typedef
85 boost::is_integral<coordinate_type>::value,
87 coordinate_type
107 coordinate_type lowest_low = geometry::get<min_corner, DimensionIndex>(bounded_indexable_0); in apply()
108coordinate_type highest_high = geometry::get<max_corner, DimensionIndex>(bounded_indexable_0); in apply()
111 coordinate_type lowest_high = highest_high; in apply()
116coordinate_type min_coord = geometry::get<min_corner, DimensionIndex>(bounded_indexable); in apply()
117coordinate_type max_coord = geometry::get<max_corner, DimensionIndex>(bounded_indexable); in apply()
135coordinate_type highest_low = geometry::get<min_corner, DimensionIndex>(bounded_indexable_hl); in apply()
139coordinate_type min_coord = geometry::get<min_corner, DimensionIndex>(bounded_indexable); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp122 typedef typename coordinate_type<Point>::type coordinate_type; typedef
125 coordinate_type,
127 std::less<coordinate_type>
139 typedef typename coordinate_type<Point>::type coordinate_type; typedef
142 coordinate_type,
144 std::greater<coordinate_type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dselect_coordinate_type.hpp41 typename coordinate_type<T1>::type,
42 typename coordinate_type<T2>::type,
43 typename coordinate_type<T3>::type
52 typename coordinate_type<T1>::type,
53 typename coordinate_type<T2>::type
62 typename coordinate_type<T1>::type
/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 Drange_of_boxes.hpp239 typedef typename coordinate_type<box_type>::type coordinate_type; in apply() typedef
248 coordinate_type, units_type in apply()
251 typedef longitude_interval<coordinate_type> interval_type; in apply()
263 coordinate_type const min_longitude = constants::min_longitude(); in apply()
264 coordinate_type const max_longitude = constants::max_longitude(); in apply()
265 coordinate_type const period = constants::period(); in apply()
272 coordinate_type lat_min = geometry::get<min_corner, 1>(*it); in apply()
273 coordinate_type lat_max = geometry::get<max_corner, 1>(*it); in apply()
282 coordinate_type lon_left = geometry::get<min_corner, 0>(*it); in apply()
283 coordinate_type lon_right = geometry::get<max_corner, 0>(*it); in apply()
[all …]
H A Dinitialize.hpp66 typedef typename coordinate_type<Box>::type coordinate_type; typedef
69 coordinate_type min_value in apply()
70 = boost::numeric::bounds<coordinate_type>::highest(), in apply()
71 coordinate_type max_value in apply()
72 = boost::numeric::bounds<coordinate_type>::lowest()) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/
H A Dcompare.hpp43 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
47 coordinate_type const& cleft = geometry::get<Dimension>(left); in apply()
48 coordinate_type const& cright = geometry::get<Dimension>(right); in apply()
106 typedef typename geometry::coordinate_type<Point>::type coordinate_type; in operator ()() typedef
108 coordinate_type const& cleft = get<Dimension>(left); in operator ()()
109 coordinate_type const& cright = get<Dimension>(right); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp41 typename coordinate_type<Point>::type
64 typename geometry::coordinate_type<PointDst>::type in apply()
87 typename geometry::coordinate_type<PointSrc>::type, in apply()
88 typename geometry::coordinate_type<PointDst>::type in apply()
147 typename coordinate_type<Point>::type, in add_value()
187 typename coordinate_type<Point>::type, in subtract_value()
227 typename coordinate_type<Point>::type, in multiply_value()
268 typename coordinate_type<Point>::type, in divide_value()
308 typename coordinate_type<Point>::type in assign_value()
H A Dnormalize.hpp29 inline typename coordinate_type<Point>::type vec_length_sqr(Point const& pt) in vec_length_sqr()
35 inline typename coordinate_type<Point>::type vec_length(Point const& pt) in vec_length()
42 inline bool vec_normalize(Point & pt, typename coordinate_type<Point>::type & len) in vec_normalize()
44 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize()
61 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/register/
H A Dbox.hpp26 typedef typename coordinate_type<Point>::type ct; \
35 typedef typename coordinate_type<Point>::type ct; \
47 typedef typename coordinate_type<P>::type ct; \
56 typedef typename coordinate_type<P>::type ct; \
67 typedef coordinate_type<Point>::type ct; \
73 typedef coordinate_type<Point>::type ct; \
79 typedef coordinate_type<Point>::type ct; \
85 typedef coordinate_type<Point>::type ct; \

12345