| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | point_type.hpp | 43 struct point_type struct 60 struct point_type struct 65 typename traits::point_type<Geometry>::type 72 struct point_type<point_tag, Point> struct 80 struct point_type<linestring_tag, Linestring> struct 87 struct point_type<ring_tag, Ring> struct 95 struct point_type<polygon_tag, Polygon> struct 97 typedef typename point_type 106 struct point_type<multi_point_tag, MultiPoint> struct 116 struct point_type<multi_linestring_tag, MultiLinestring> struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | hull_graham_andrew.hpp | 60 typedef typename point_type<InputRange>::type point_type; typedef 62 point_type left, right; 141 typedef typename point_type<InputRange>::type point_type; typedef 143 point_type const& most_left; 144 point_type const& most_right; 146 inline assign_range(point_type const& left, point_type const& right) in assign_range() 183 typedef typename boost::range_value<Range>::type point_type; in sort() typedef 184 typedef geometry::less<point_type> comparator; in sort() 204 typedef OutputPoint point_type; typedef in boost::geometry::strategy::convex_hull::graham_andrew 209 typedef typename cs_tag<point_type>::type cs_tag; [all …]
|
| H A D | point_in_poly_winding.hpp | 413 typedef Point point_type; typedef in boost::geometry::strategy::within::winding 481 typename geometry::point_type<PointLike>::type, 482 typename geometry::point_type<Geometry>::type 491 typename geometry::point_type<PointLike>::type, 492 typename geometry::point_type<Geometry>::type 501 typename geometry::point_type<PointLike>::type, 502 typename geometry::point_type<Geometry>::type 511 typename geometry::point_type<PointLike>::type, 512 typename geometry::point_type<Geometry>::type 533 typename geometry::point_type<PointLike>::type, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/centroid/ |
| H A D | translating_transformer.hpp | 57 typedef typename geometry::point_type<Geometry>::type point_type; typedef 58 typedef boost::reference_wrapper<point_type const> result_type; 61 explicit translating_transformer(point_type const&) {} in translating_transformer() 63 result_type apply(point_type const& pt) const in apply() 76 typedef typename geometry::point_type<Geometry>::type point_type; typedef 77 typedef point_type result_type; 90 explicit translating_transformer(point_type const& origin) in translating_transformer() 94 result_type apply(point_type const& pt) const in apply() 96 point_type res = pt; in apply() 109 const point_type * m_origin;
|
| /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 D | backward_compatibility.hpp | 55 typename point_type<Segment>::type 62 typename point_type<Segment>::type, in apply() 66 typename point_type<Segment>::type p[2]; in apply() 108 Strategy, Point, typename point_type<Linestring>::type 117 typename point_type<Linestring>::type, in apply() 140 Strategy, Point, typename point_type<Ring>::type 150 typename point_type<Ring>::type, in apply() 175 Strategy, Point, typename point_type<Polygon>::type 185 typename point_type<Polygon>::type, in apply() 218 Strategy, Point, typename point_type<MultiGeometry>::type [all …]
|
| H A D | default_strategies.hpp | 61 typename point_type<Geometry1>::type, 62 typename point_type<Geometry2>::type 86 typename point_type<Pointlike1>::type, 87 typename point_type<Pointlike2>::type 97 typename point_type<Pointlike>::type, 98 typename point_type<Box>::type 108 typename point_type<Box1>::type, 109 typename point_type<Box2>::type 121 typename point_type<Geometry1>::type, 122 typename point_type<Geometry2>::type, [all …]
|
| H A D | segment_to_segment.hpp | 57 typename point_type<Segment1>::type, 58 typename point_type<Segment2>::type 65 typename point_type<Segment1>::type, 66 typename point_type<Segment2>::type 78 typename point_type<Segment1>::type p[2]; in apply() 82 typename point_type<Segment2>::type q[2]; in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | linestring_concept.hpp | 77 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Linestring 79 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 89 point_type* point = 0; in BOOST_CONCEPT_USAGE() 106 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstLinestring 108 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | ring_concept.hpp | 53 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Ring 55 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 65 point_type* point = 0; in BOOST_CONCEPT_USAGE() 82 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstRing 84 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | segment_concept.hpp | 52 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Segment 54 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 78 static const size_t n = dimension<point_type>::type::value; in BOOST_CONCEPT_USAGE() 96 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstSegment 99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) ); 124 static const size_t n = dimension<point_type>::type::value; in BOOST_CONCEPT_USAGE()
|
| H A D | multi_point_concept.hpp | 45 typedef typename boost::range_value<Geometry>::type point_type; typedef in boost::geometry::concepts::MultiPoint 47 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 58 point_type* point = 0; in BOOST_CONCEPT_USAGE() 73 typedef typename boost::range_value<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstMultiPoint 75 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| H A D | polygon_concept.hpp | 48 typedef typename point_type<PolygonType>::type point_type; typedef in boost::geometry::concepts::Polygon 51 BOOST_CONCEPT_ASSERT( (concepts::Point<point_type>) ); 101 typedef typename point_type<const_polygon_type>::type point_type; typedef in boost::geometry::concepts::ConstPolygon 104 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/ |
| H A D | box_view.hpp | 49 typename geometry::point_type<Box>::type, 53 typedef typename geometry::point_type<Box>::type point_type; typedef 57 : detail::points_view<point_type, 5>(copy_policy(box)) in box_view() 69 inline void apply(point_type* points) const in apply() 74 std::pair<point_type*, point_type*> rng = std::make_pair(points, points + 5); in apply()
|
| H A D | segment_view.hpp | 48 typename geometry::point_type<Segment>::type, 52 typedef typename geometry::point_type<Segment>::type point_type; typedef 56 : detail::points_view<point_type, 2>(copy_policy(segment)) in segment_view() 68 inline void apply(point_type* points) const in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | boundary_checker.hpp | 37 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::detail::relate::boundary_checker 47 bool is_endpoint_boundary(point_type const& pt) const in is_endpoint_boundary() 68 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::detail::relate::boundary_checker 78 bool is_endpoint_boundary(point_type const& pt) const in is_endpoint_boundary() 131 geometry::less<point_type>()); in is_endpoint_boundary() 141 geometry::less<point_type>()) in is_endpoint_boundary() 150 mutable std::vector<point_type> boundary_points;
|
| /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 D | linear_linear.hpp | 60 typedef typename point_type<Segment1>::type point_type; in apply() typedef 68 point_type, in apply() 71 point_type, in apply() 119 typedef typename geometry::point_type<Geometry1>::type point_type; in apply() typedef 123 point_type, rescale_policy_type in apply() 127 point_type, 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 D | turn_in_piece_visitor.hpp | 209 typedef typename Turn::robust_point_type point_type; in apply() typedef 210 typedef typename geometry::coordinate_type<point_type>::type coordinate_type; in apply() 213 typedef geometry::model::referring_segment<point_type const> segment_type; in apply() 217 typedef strategy::within::winding<point_type> strategy_type; in apply() 239 point_type const& previous = piece.robust_ring[i - 1]; in apply() 240 point_type const& current = piece.robust_ring[i]; in apply() 414 typedef typename Turn::robust_point_type point_type; in check_helper_segments() typedef 415 geometry::equal_to<point_type> comparator; in check_helper_segments() 417 point_type points[4]; in check_helper_segments() 445 point_type const& point = turn.robust_point; in check_helper_segments() [all …]
|
| H A D | buffered_piece_collection.hpp | 128 typedef typename geometry::point_type<Ring>::type point_type; typedef 132 point_type, 149 point_type 162 typename geometry::point_type<Ring>::type 167 point_type, 173 point_type, 180 point_type, 217 …std::vector<point_type> helper_points; // 4 points for side, 3 points for join - 0 points for flat… 338 , m_area_strategy(intersection_strategy.template get_area_strategy<point_type>()) in buffered_piece_collection() 877 inline void update_last_point(point_type const& p, in update_last_point() [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 D | get_rescale_policy.hpp | 186 typedef typename point_type<Geometry>::type point_type; in apply() typedef 192 geometry::dimension<point_type>::value, in apply() 193 typename geometry::coordinate_system<point_type>::type in apply() 196 point_type min_point; in apply() 207 typedef typename point_type<Geometry1>::type point_type; in apply() typedef 213 geometry::dimension<point_type>::value, in apply() 214 typename geometry::coordinate_system<point_type>::type in apply() 217 point_type min_point; in apply() 306 typename geometry::point_type<Geometry1>::type, 320 typename geometry::point_type<Geometry1>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | has_self_intersections.hpp | 75 typedef typename point_type<Geometry>::type point_type; in has_self_intersections() typedef 78 point_type, in has_self_intersections() 79 typename segment_ratio_type<point_type, RobustPolicy>::type in has_self_intersections() 139 typedef typename geometry::point_type<Geometry>::type point_type; in has_self_intersections() typedef 140 typedef typename geometry::rescale_policy_type<point_type>::type in has_self_intersections()
|
| /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 D | path_intersection.hpp | 38 …typedef typename default_distance_result<typename point_type<Segment>::type>::type comparable_dist… 42 typedef typename point_type<Segment>::type point_type; in apply() typedef 43 point_type p1, p2; in apply() 57 typedef typename ::boost::range_value<Linestring>::type point_type; in apply() typedef 77 typename default_distance_result<point_type, point_type>::type in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | box.hpp | 11 using point_type = point<T>; typedef 13 constexpr box(point_type const& min_, point_type const& max_) in box() 17 point_type min; 18 point_type max;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | pointing_segment.hpp | 52 typedef ConstOrNonConstPoint point_type; typedef in boost::geometry::model::pointing_segment 55 point_type* first; 56 point_type* second; 63 inline pointing_segment(point_type const& p1, point_type const& p2) in pointing_segment() 85 struct point_type<model::pointing_segment<Point> > struct
|
| H A D | segment.hpp | 97 typedef ConstOrNonConstPoint point_type; typedef in boost::geometry::model::referring_segment 101 point_type& first; 102 point_type& second; 107 inline referring_segment(point_type& p1, point_type& p2) in referring_segment() 129 struct point_type<model::segment<Point> > struct 177 struct point_type<model::referring_segment<ConstOrNonConstPoint> > struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | read.hpp | 254 typedef typename geometry::point_type<Geometry>::type point_type; typedef 257 inline void append(Geometry geom, point_type const& point, bool) in append() 266 typedef typename geometry::point_type<Geometry>::type point_type; typedef 283 inline void append(Geometry geom, point_type const& point, bool is_next_expected) in append() 310 point_type first_point; 317 typedef typename geometry::point_type<Geometry>::type point_type; typedef 331 point_type point; in apply() 333 parsing_assigner<point_type>::apply(it, end, point, wkt); in apply() 710 typedef typename point_type<Box>::type point_type; in apply() typedef 711 std::vector<point_type> points; in apply() [all …]
|