Home
last modified time | relevance | path

Searched refs:min_corner (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dbox.hpp83 inline box(Point const& min_corner, Point const& max_corner) in box() argument
85 geometry::convert(min_corner, m_min_corner); in box()
93 inline Point const& min_corner() const in min_corner() function in boost::geometry::model::box
108 inline Point& min_corner() in min_corner() function in boost::geometry::model::box
155 struct indexed_access<model::box<Point>, min_corner, Dimension>
161 return geometry::get<Dimension>(b.min_corner()); in get()
166 geometry::set<Dimension>(b.min_corner(), 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/expand/
H A Dpoint.hpp86 if (less(coord, get<min_corner, Dimension>(box))) in apply()
88 set<min_corner, Dimension>(box, coord); in apply()
155 b_lon_min = geometry::get<min_corner, 0>(box), in apply()
156 b_lat_min = geometry::get<min_corner, 1>(box), in apply()
166 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply()
178 geometry::set<min_corner, 0>(box, p_lon); in apply()
179 geometry::set<min_corner, 1>(box, (std::min)(p_lat, b_lat_min)); in apply()
224 geometry::set<min_corner, 0>(box, b_lon_min); in apply()
225 geometry::set<min_corner, 1>(box, b_lat_min); in apply()
H A Dindexed.hpp77 if (less(coord, get<min_corner, Dimension>(box))) in apply()
79 set<min_corner, Dimension>(box, coord); in apply()
/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.hpp166 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply()
169 detail::indexed_point_view<box_type const, min_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()
199 min_corner, in apply()
258 latitude_less<min_corner>()); in apply()
272 coordinate_type lat_min = geometry::get<min_corner, 1>(*it); in apply()
282 coordinate_type lon_left = geometry::get<min_corner, 0>(*it); in apply()
308 detail::indexed_point_view<Box, min_corner> mbr_min(mbr); in apply()
312 geometry::set<1>(mbr_min, geometry::get<min_corner, 1>(*it_min)); in apply()
H A Dpoint.hpp65 apply<min_corner>(point, mbr); in apply()
83 geometry::set<min_corner, 0>(mbr, geometry::get<0>(box_point)); in apply()
84 geometry::set<min_corner, 1>(mbr, geometry::get<1>(box_point)); in apply()
H A Dbox.hpp108 min_corner, 0, dimension<BoxIn>::value in apply()
130 min_corner, dimension<BoxIn>::value 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 Dassign_box_corners.hpp61 <min_corner, min_corner>(box, lower_left); in assign_box_corners()
63 <max_corner, min_corner>(box, lower_right); in assign_box_corners()
65 <min_corner, max_corner>(box, upper_left); in assign_box_corners()
H A Dpoint_on_border.hpp157 detail::assign::assign_box_2d_corner<min_corner, min_corner>(box, p1); in apply()
158 detail::assign::assign_box_2d_corner<max_corner, min_corner>(box, p2); in apply()
167 detail::assign::assign_box_2d_corner<min_corner, min_corner>(box, point); in apply()
H A Dnormalize.hpp158 detail::indexed_point_view<BoxOut, min_corner> p_min_out(box_out); in apply_to_coordinates()
166 BoxIn const, min_corner in apply_to_coordinates()
188 in_coordinate_type lon_min = geometry::get<min_corner, 0>(box_in); in apply()
189 in_coordinate_type lat_min = geometry::get<min_corner, 1>(box_in); in apply()
H A Dconvert_indexed_to_indexed.hpp47 geometry::set<min_corner, Dimension>(destination, in apply()
49 geometry::get<min_corner, Dimension>(source))); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsection_functions.hpp45 return (dir == 1 && get<Dimension>(point) < get<min_corner, Dimension>(other_box)) in apply()
69 >(get<min_corner, 0>(other_box), get<0>(point)); in apply()
74 … >(get<min_corner, 0>(other_box), get<min_corner, 0>(point_box)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dbox_box.hpp63 if (get<max_corner, Dimension>(box1) < get<min_corner, Dimension>(box2)) in apply()
67 if (get<min_corner, Dimension>(box1) > get<max_corner, Dimension>(box2)) in apply()
109 calc_t const b1_min = get<min_corner, 0>(box1); in apply()
111 calc_t const b2_min = get<min_corner, 0>(box2); in apply()
H A Dsegment_box.hpp131 CT b_lon_min = geometry::get_as_radian<geometry::min_corner, 0>(box); in apply()
132 CT b_lat_min = geometry::get_as_radian<geometry::min_corner, 1>(box); in apply()
170 vertex_lat = geometry::get_as_radian<geometry::min_corner, 1>(box_seg); in apply()
/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 Dintersection_box_box.hpp48 ct min2 = get<min_corner, Dimension>(box2); in apply()
56 ct min1 = get<min_corner, Dimension>(box1); in apply()
64 set<min_corner, Dimension>(box_out, min1 < min2 ? min2 : min1); in apply()
/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.hpp24 struct indexed_access<Box, min_corner, D> \
45 struct indexed_access<Box<P>, min_corner, D> \
65 template <> struct indexed_access<Box, min_corner, 0> \
71 template <> struct indexed_access<Box, min_corner, 1> \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp192 choose_split_axis_and_index_for_corner<Box, min_corner, AxisIndex> in apply()
211 choosen_corner = min_corner; in apply()
242 choose_split_axis_and_index_for_corner<Box, min_corner, AxisIndex> in apply()
247 choosen_corner = min_corner; in apply()
279 size_t corner = min_corner; in apply()
426 …BOOST_GEOMETRY_INDEX_ASSERT(split_corner == static_cast<size_t>(min_corner) || split_corner == sta… in apply()
430 if ( split_corner == static_cast<size_t>(min_corner) ) in apply()
432 rstar::nth_element<min_corner, dimension> in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dis_valid.hpp28 ( get<min_corner, Dimension - 1>(b) <= get<max_corner, Dimension - 1>(b) ); in apply()
37 return get<min_corner, 0>(b) <= get<max_corner, 0>(b); in apply()
H A Dcontent.hpp36 ( get<max_corner, CurrentDimension - 1>(b) - get<min_corner, CurrentDimension - 1>(b) ); in apply()
45 return get<max_corner, 0>(b) - get<min_corner, 0>(b); in apply()
H A Dmargin.hpp109 …geometry::get<max_corner, CurrentDimension - 1>(b) - geometry::get<min_corner, CurrentDimension - … in apply()
118 return geometry::get<max_corner, 0>(b) - geometry::get<min_corner, 0>(b); in apply()
/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 Dbox.hpp41 if (math::equals(geometry::get<geometry::min_corner, I-1>(box), in apply()
47 else if (geometry::get<geometry::min_corner, I-1>(box) in apply()
/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.hpp81 return geometry::get<min_corner, Dimension>(m_box); in get_min()
110 geometry::get<min_corner, Dimension>(m_box) ); in get_min()
176 min_corner, Dimension>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dbox_concept.hpp80 dimension_checker<min_corner, 0, n>::apply(); in BOOST_CONCEPT_USAGE()
127 dimension_checker<min_corner, 0, n>::apply(); in BOOST_CONCEPT_USAGE()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/
H A Dimplementation.hpp58 coordinate_type1 const& min1 = get<min_corner, Dimension>(b1); in apply()
60 coordinate_type2 const& min2 = get<min_corner, Dimension>(b2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dtransform.hpp73 geometry::detail::assign::assign_box_2d_corner<min_corner, min_corner>( in apply()
91 geometry::set<min_corner, 0>(b2, x1); in apply()
92 geometry::set<min_corner, 1>(b2, y1); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dpack_create.hpp33 … = geometry::get<max_corner, Dimension-1>(box) - geometry::get<min_corner, Dimension-1>(box); in apply()
49 length = geometry::get<max_corner, 0>(box) - geometry::get<min_corner, 0>(box); in apply()
76 = geometry::get<max_corner, I>(box) - geometry::get<min_corner, I>(box); in apply()
78 = geometry::get<min_corner, I>(box) + edge_len / 2; in apply()
80 geometry::set<min_corner, I>(right, median); in apply()

123