Home
last modified time | relevance | path

Searched refs:linear_tag (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dtags.hpp67 struct linear_tag {}; struct
89 struct linestring_tag : single_tag, linear_tag {};
101 struct segment_tag : single_tag, linear_tag {};
108 struct multi_linestring_tag : multi_tag, linear_tag {};
/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 Doptions.hpp33 struct linear_tag {}; struct
68 linear_tag,
120 linear_tag,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dintersection.hpp654 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, linear_tag, cartesian_t…
660 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, polygonal_tag, cartesia…
666 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, polygonal_tag, linear_tag, cartesia…
683 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, linear_tag, cartesian_t…
689 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, polygonal_tag, cartesia…
695 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, polygonal_tag, linear_tag, cartesia…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/dispatch/
H A Ddistance.hpp53 linear_tag,
61 linear_tag,
H A Ddisjoint.hpp50 segment_tag, box_tag, linear_tag, areal_tag
55 segment_tag, box_tag, linear_tag, areal_tag
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dwithin.hpp60 pointlike_tag, linear_tag, polygonal_tag, areal_tag
65 pointlike_tag, linear_tag, polygonal_tag, areal_tag
H A Dcovered_by.hpp61 pointlike_tag, linear_tag, polygonal_tag, areal_tag
66 pointlike_tag, linear_tag, polygonal_tag, areal_tag
/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 Dlinear_to_linear.hpp110 linear_tag, linear_tag,
H A Dlinear_or_areal_to_areal.hpp104 linear_tag, areal_tag,
118 areal_tag, linear_tag,
H A Dmultipoint_to_geometry.hpp199 MultiPoint, Linear, Strategy, multi_point_tag, linear_tag,
208 Linear, MultiPoint, Strategy, linear_tag, multi_point_tag,
H A Dgeometry_to_segment_or_box.hpp386 Linear, Segment, Strategy, linear_tag, segment_tag,
413 Linear, Box, Strategy, linear_tag, box_tag,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp1007 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, linear_tag, spherical_t…
1013 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, polygonal_tag, spherica…
1019 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, polygonal_tag, linear_tag, spherica…
1036 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, linear_tag, spherical_t…
1042 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, linear_tag, polygonal_tag, spherica…
1048 struct default_strategy<Geometry1, Geometry2, AnyTag1, AnyTag2, polygonal_tag, linear_tag, spherica…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dunion.hpp128 typename tag_cast<TagIn1, pointlike_tag, linear_tag>::type,
129 typename tag_cast<TagIn2, pointlike_tag, linear_tag>::type,
147 linear_tag, linear_tag, linestring_tag,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp363 struct touches<Linear1, Linear2, Tag1, Tag2, linear_tag, linear_tag, false>
375 struct touches<Linear, Areal, Tag1, Tag2, linear_tag, areal_tag, false>
386 struct touches<Areal, Linear, Tag1, Tag2, areal_tag, linear_tag, false>
H A Dinterface.hpp55 typename CastedTag1 = typename tag_cast<Tag1, pointlike_tag, linear_tag, areal_tag>::type,
56 typename CastedTag2 = typename tag_cast<Tag2, pointlike_tag, linear_tag, areal_tag>::type,
/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 Dlinear_segment_or_box.hpp153 struct disjoint<Linear, Segment, 2, linear_tag, segment_tag, false>
159 struct disjoint<Linear, Box, DimensionCount, linear_tag, box_tag, false>
H A Dlinear_linear.hpp173 struct disjoint<Linear1, Linear2, 2, linear_tag, linear_tag, false>
H A Dlinear_areal.hpp253 struct disjoint<Linear, Areal, 2, linear_tag, areal_tag, false>
259 struct disjoint<Areal, Linear, 2, areal_tag, linear_tag, false>
H A Dpoint_geometry.hpp64 struct disjoint<Point, Linear, DimensionCount, point_tag, linear_tag, false>
/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_insert.hpp762 typename tag_cast<TagIn1, pointlike_tag, linear_tag>::type,
763 typename tag_cast<TagIn2, pointlike_tag, linear_tag>::type,
781 linear_tag, linear_tag, linestring_tag,
885 point_tag, typename tag_cast<Tag, segment_tag, linear_tag>::type
907 typename tag_cast<Tag, segment_tag, linear_tag>::type
935 multi_point_tag, linear_tag in apply()
H A Dget_turns.hpp814 …typedef typename tag_cast<typename tag<Geometry>::type, pointlike_tag, linear_tag, areal_tag>::typ…
825 struct get_turn_info_type<Geometry1, Geometry2, AssignPolicy, Tag1, Tag2, linear_tag, linear_tag>
830 struct get_turn_info_type<Geometry1, Geometry2, AssignPolicy, Tag1, Tag2, linear_tag, areal_tag>
843 struct turn_operation_type<Geometry1, Geometry2, SegmentRatio, Tag1, Tag2, linear_tag, linear_tag>
849 struct turn_operation_type<Geometry1, Geometry2, SegmentRatio, Tag1, Tag2, linear_tag, areal_tag>
H A Dpointlike_linear.hpp324 Point, Linear, PointOut, OverlayType, point_tag, linear_tag
360 MultiPoint, Linear, PointOut, OverlayType, multi_point_tag, linear_tag
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp497 struct default_strategy<PointLike, Geometry, AnyTag1, AnyTag2, pointlike_tag, linear_tag, cartesian…
507 struct default_strategy<PointLike, Geometry, AnyTag1, AnyTag2, pointlike_tag, linear_tag, spherical…
549 struct default_strategy<PointLike, Geometry, AnyTag1, AnyTag2, pointlike_tag, linear_tag, cartesian…
559 struct default_strategy<PointLike, Geometry, AnyTag1, AnyTag2, pointlike_tag, linear_tag, spherical…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dmulti_point.hpp175 linear_tag in apply()
177 linear_tag in apply()
/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.hpp290 linear_tag,
298 linear_tag,

12