Home
last modified time | relevance | path

Searched defs:cs_tag (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/boost/geometry/core/
Dcs.hpp188 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/
Dc11_custom_cs_transform_example.cpp27 template<> struct cs_tag<cart> { typedef cartesian_tag type; }; argument
28 template<> struct cs_tag<cart_shifted5> { typedef cartesian_tag type; }; struct
Dc10_custom_cs_example.cpp36 struct cs_tag<martian<DegreeOrRadian> > struct
38 typedef martian_tag type;
/third_party/boost/libs/geometry/test/algorithms/
Dtest_is_simple.hpp110 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/
Dmultipoint.hpp45 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
/third_party/boost/boost/geometry/strategies/spherical/
Denvelope_box.hpp37 typedef spherical_tag cs_tag; typedef
Ddistance_segment_box.hpp77 >::type cs_tag; in segment_below_of_box() typedef
214 typedef spherical_tag cs_tag; typedef
Dpoint_in_point.hpp60 typedef spherical_tag cs_tag; typedef in boost::geometry::detail::within::point_point_on_spheroid
Denvelope.hpp44 typedef spherical_tag cs_tag; typedef in boost::geometry::strategy::envelope::spherical
Dssf.hpp88 typedef spherical_tag cs_tag; typedef in boost::geometry::strategy::side::spherical_side_formula
/third_party/boost/boost/geometry/strategies/geographic/
Denvelope.hpp48 typedef geographic_tag cs_tag; typedef in boost::geometry::strategy::envelope::geographic
Dside.hpp68 typedef geographic_tag cs_tag; typedef in boost::geometry::strategy::side::geographic
/third_party/boost/boost/geometry/strategies/cartesian/
Denvelope_box.hpp83 typedef cartesian_tag cs_tag; typedef
Dpoint_in_point.hpp79 typedef cartesian_tag cs_tag; typedef
Denvelope.hpp44 typedef cartesian_tag cs_tag; typedef in boost::geometry::strategy::envelope::cartesian
Ddistance_segment_box.hpp49 typedef cartesian_tag cs_tag; typedef
Dindex.hpp46 typedef cartesian_tag cs_tag; typedef
Dbox_in_box.hpp245 >::type cs_tag; in apply() typedef
/third_party/boost/libs/geometry/test/algorithms/detail/
Dcalculate_point_order.cpp54 typedef typename bg::cs_tag<Ring>::type cs_tag; in test_one() typedef
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dring.hpp161 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
/third_party/boost/boost/geometry/algorithms/detail/
Dpoint_is_spike_or_equal.hpp58 typedef typename SideStrategy::cs_tag cs_tag; in point_is_spike_or_equal() typedef
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dpoint_point.hpp151 typedef typename Strategy::cs_tag cs_tag; in apply() typedef
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_helpers.hpp269 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
Dget_distance_measure.hpp152 typedef typename geometry::cs_tag<Point>::type cs_tag; in get_distance_measure() typedef
/third_party/boost/boost/geometry/algorithms/detail/within/
Dmulti_point.hpp76 typedef typename Strategy::cs_tag cs_tag; in apply() typedef

12