/third_party/boost/boost/geometry/core/ |
D | cs.hpp | 188 struct cs_tag struct 196 struct cs_tag<cs::geographic<DegreeOrRadian> > struct 202 struct cs_tag<cs::spherical<DegreeOrRadian> > struct 208 struct cs_tag<cs::spherical_equatorial<DegreeOrRadian> > struct 215 struct cs_tag<cs::cartesian> struct 222 struct cs_tag<cs::undefined> struct 239 struct cs_tag struct 241 typedef typename traits::cs_tag
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_is_simple.hpp | 110 typedef typename bg::cs_tag<Geometry>::type cs_tag; in test_simple() typedef 111 test_simple<cs_tag>(geometry, expected_result, check_validity); in test_simple() 119 typedef typename bg::cs_tag<T0>::type cs_tag; in test_simple() typedef 120 test_simple<cs_tag>(variant_geometry, expected_result, check_validity); in test_simple()
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | multipoint.hpp | 45 typedef typename Strategy::cs_tag cs_tag; in apply() typedef 50 cs_tag in apply() 64 MultiPoint, closed, cs_tag in apply()
|
D | areal.hpp | 112 typename Strategy::cs_tag in apply() 130 typename Strategy::cs_tag in apply() 152 typename Strategy::cs_tag in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_turn_info_helpers.hpp | 269 typedef typename cs_tag<TurnPoint>::type cs_tag; typedef in boost::geometry::detail::overlay::intersection_info_base 272 typedef side_calculator<cs_tag, robust_subrange1, robust_subrange2, 277 cs_tag, robust_subrange2, robust_subrange1, 361 typedef typename UmbrellaStrategy::cs_tag cs_tag; typedef in boost::geometry::detail::overlay::intersection_info_base 364 …typedef side_calculator<cs_tag, UniqueSubRange1, UniqueSubRange2, side_strategy_type> side_calcula… 368 cs_tag, UniqueSubRange2, UniqueSubRange1, 438 typedef typename UmbrellaStrategy::cs_tag cs_tag; typedef in boost::geometry::detail::overlay::intersection_info 493 return direction_code<cs_tag>(base::rpi(), base::rpj(), base::rpk()) == -1; in is_spike_p() 529 return direction_code<cs_tag>(base::rqi(), base::rqj(), base::rqk()) == -1; in is_spike_q()
|
D | get_distance_measure.hpp | 152 typedef typename geometry::cs_tag<Point>::type cs_tag; in get_distance_measure() typedef 156 cs_tag in get_distance_measure()
|
D | sort_by_side.hpp | 136 typedef typename SideStrategy::cs_tag cs_tag; in operator ()() typedef 149 int const first_code = direction_code<cs_tag>(m_origin, m_turn_point, first.point); in operator ()() 150 int const second_code = direction_code<cs_tag>(m_origin, m_turn_point, second.point); in operator ()() 159 && direction_code<cs_tag>(m_origin, m_turn_point, first.point) == -1) in operator ()() 166 && direction_code<cs_tag>(m_origin, m_turn_point, second.point) == -1) in operator ()()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | cs_tag.qbk | 16 [section:cs_tag cs_tag] 18 '''<indexterm><primary>cs_tag</primary></indexterm>''' 23 struct cs_tag
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_segment_box.hpp | 66 boost::is_same<typename SegmentBoxStrategy::cs_tag, spherical_tag>::value, in segment_below_of_box() 71 typename geometry::cs_tag<segment_type>::type, in segment_below_of_box() 76 typename SegmentBoxStrategy::cs_tag in segment_below_of_box() 77 >::type cs_tag; in segment_below_of_box() typedef 79 disjoint_segment_box_sphere_or_spheroid<cs_tag> in segment_below_of_box() 138 cs_tag in segment_below_of_box() 214 typedef spherical_tag cs_tag; typedef
|
D | point_in_poly_winding.hpp | 122 typedef typename SideStrategy::cs_tag cs_tag; typedef in boost::geometry::strategy::within::detail::spherical_winding_base 562 typename cs_tag<PointLike>::type 575 typename cs_tag<PointLike>::type 600 typename cs_tag<PointLike>::type 613 typename cs_tag<PointLike>::type
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | ring.hpp | 161 typedef typename Strategy::cs_tag cs_tag; in apply() typedef 209 && ! has_duplicates<Ring, closure, cs_tag>::apply(ring, visitor) in apply() 212 … || has_valid_self_turns<Ring, typename Strategy::cs_tag>::apply(ring, visitor, strategy)) in apply()
|
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | calculate_point_order.cpp | 54 typedef typename bg::cs_tag<Ring>::type cs_tag; in test_one() typedef 58 …ed, "Expected: " << order_str(expected) << " for " << bg::wkt(ring) << " in " << cs_str(cs_tag())); in test_one() 68 …esult != result_rev, "Invalid order of reversed: " << bg::wkt(ring) << " in " << cs_str(cs_tag())); in test_one()
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | point_is_spike_or_equal.hpp | 58 typedef typename SideStrategy::cs_tag cs_tag; in point_is_spike_or_equal() typedef 64 return direction_code<cs_tag>(segment_a, segment_b, last_point) < 1; in point_is_spike_or_equal()
|
/third_party/boost/boost/geometry/strategies/ |
D | distance.hpp | 91 typename CsTag1 = typename cs_tag<Point1>::type, 92 typename CsTag2 = typename cs_tag<Point2>::type,
|
D | within.hpp | 69 … typename cs_tag<typename point_type<GeometryContained>::type>::type, 74 … typename cs_tag<typename point_type<GeometryContaining>::type>::type,
|
D | covered_by.hpp | 70 … typename cs_tag<typename point_type<GeometryContained>::type>::type, 75 … typename cs_tag<typename point_type<GeometryContaining>::type>::type,
|
D | disjoint.hpp | 42 typename CsTag1 = typename cs_tag<Geometry1>::type, 43 typename CsTag2 = typename cs_tag<Geometry2>::type
|
D | compare.hpp | 196 typename CSTag1 = typename cs_tag<Point1>::type, 197 typename CSTag2 = typename cs_tag<Point2>::type
|
/third_party/boost/boost/geometry/policies/robustness/ |
D | get_rescale_policy.hpp | 274 typename CSTag = typename geometry::cs_tag<Point>::type 313 typename CSTag = typename geometry::cs_tag<Geometry1>::type, 368 typename CSTag = typename Strategy::cs_tag 451 typename geometry::cs_tag<Geometry>::type in apply() 456 typename geometry::cs_tag<Geometry2OrStrategy>::type in apply() 494 typename geometry::cs_tag<Geometry>::type in get_rescale_policy()
|
/third_party/boost/boost/geometry/strategies/agnostic/ |
D | point_in_poly_winding.hpp | 51 typename cs_tag<Point>::type, 75 typename cs_tag<Point>::type
|
D | hull_graham_andrew.hpp | 204 typedef typename cs_tag<point_type>::type cs_tag; typedef in boost::geometry::strategy::convex_hull::graham_andrew 263 typename strategy::side::services::default_strategy<cs_tag>::type in apply() 320 typedef typename strategy::side::services::default_strategy<cs_tag>::type side; in add_to_hull()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | point_point.hpp | 151 typedef typename Strategy::cs_tag cs_tag; in apply() typedef 176 search_both<false, cs_tag>(multi_point1, multi_point2, result); in apply() 180 search_both<true, cs_tag>(multi_point2, multi_point1, result); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/sections/ |
D | sectionalize.hpp | 157 typename cs_tag<Point>::type, 408 typename cs_tag<typename Sections::box_type>::type in apply() 414 typename cs_tag<typename Sections::box_type>::type in apply() 553 box_first_in_section<typename cs_tag<robust_point_type>::type> in apply() 560 box_next_in_section<typename cs_tag<robust_point_type>::type> in apply() 840 typename Strategy::cs_tag in enlarge_sections() 1072 typename cs_tag<Geometry>::type in sectionalize() 1083 typename cs_tag<Geometry>::type in sectionalize()
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 76 typedef typename Strategy::cs_tag cs_tag; in apply() typedef 77 typedef geometry::less<void, -1, cs_tag> less_type; in apply()
|
/third_party/boost/libs/geometry/example/ |
D | c11_custom_cs_transform_example.cpp | 27 template<> struct cs_tag<cart> { typedef cartesian_tag type; }; argument 28 template<> struct cs_tag<cart_shifted5> { typedef cartesian_tag type; }; argument
|