/third_party/boost/boost/geometry/core/ |
D | cs.hpp | 188 struct cs_tag struct 196 struct cs_tag<cs::geographic<DegreeOrRadian> > struct 198 typedef geographic_tag type; 202 struct cs_tag<cs::spherical<DegreeOrRadian> > struct 204 typedef spherical_polar_tag type; 208 struct cs_tag<cs::spherical_equatorial<DegreeOrRadian> > struct 210 typedef spherical_equatorial_tag type; 215 struct cs_tag<cs::cartesian> struct 217 typedef cartesian_tag type; 222 struct cs_tag<cs::undefined> struct [all …]
|
/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; }; struct
|
D | c10_custom_cs_example.cpp | 36 struct cs_tag<martian<DegreeOrRadian> > struct 38 typedef martian_tag type;
|
/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 119 typedef typename bg::cs_tag<T0>::type cs_tag; in test_simple() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | multipoint.hpp | 45 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | envelope_box.hpp | 37 typedef spherical_tag cs_tag; typedef
|
D | distance_segment_box.hpp | 77 >::type cs_tag; in segment_below_of_box() typedef 214 typedef spherical_tag cs_tag; typedef
|
D | point_in_point.hpp | 60 typedef spherical_tag cs_tag; typedef in boost::geometry::detail::within::point_point_on_spheroid
|
D | envelope.hpp | 44 typedef spherical_tag cs_tag; typedef in boost::geometry::strategy::envelope::spherical
|
D | ssf.hpp | 88 typedef spherical_tag cs_tag; typedef in boost::geometry::strategy::side::spherical_side_formula
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | envelope.hpp | 48 typedef geographic_tag cs_tag; typedef in boost::geometry::strategy::envelope::geographic
|
D | side.hpp | 68 typedef geographic_tag cs_tag; typedef in boost::geometry::strategy::side::geographic
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | envelope_box.hpp | 83 typedef cartesian_tag cs_tag; typedef
|
D | point_in_point.hpp | 79 typedef cartesian_tag cs_tag; typedef
|
D | envelope.hpp | 44 typedef cartesian_tag cs_tag; typedef in boost::geometry::strategy::envelope::cartesian
|
D | distance_segment_box.hpp | 49 typedef cartesian_tag cs_tag; typedef
|
D | index.hpp | 46 typedef cartesian_tag cs_tag; typedef
|
D | box_in_box.hpp | 245 >::type cs_tag; in apply() typedef
|
/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
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | ring.hpp | 161 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
|
/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
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | point_point.hpp | 151 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
|
/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 361 typedef typename UmbrellaStrategy::cs_tag cs_tag; typedef in boost::geometry::detail::overlay::intersection_info_base 438 typedef typename UmbrellaStrategy::cs_tag cs_tag; typedef in boost::geometry::detail::overlay::intersection_info
|
D | get_distance_measure.hpp | 152 typedef typename geometry::cs_tag<Point>::type cs_tag; in get_distance_measure() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 76 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
|