Home
last modified time | relevance | path

Searched refs:andoyer (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_andoyer.hpp51 class andoyer class
54 strategy::andoyer, Spheroid, CalculationType
59 strategy::andoyer, Spheroid, CalculationType
63 inline andoyer() in andoyer() function in boost::geometry::strategy::distance::andoyer
67 explicit inline andoyer(Spheroid const& spheroid) in andoyer() function in boost::geometry::strategy::distance::andoyer
78 struct tag<andoyer<Spheroid, CalculationType> >
85 struct return_type<andoyer<Spheroid, CalculationType>, P1, P2>
86 : andoyer<Spheroid, CalculationType>::template calculation_type<P1, P2>
91 struct comparable_type<andoyer<Spheroid, CalculationType> >
93 typedef andoyer<Spheroid, CalculationType> type;
[all …]
Dside_andoyer.hpp40 class andoyer class
41 : public side::geographic<strategy::andoyer, Spheroid, CalculationType>
43 typedef side::geographic<strategy::andoyer, Spheroid, CalculationType> base_t;
46 andoyer() in andoyer() function in boost::geometry::strategy::side::andoyer
49 explicit andoyer(Spheroid const& model) in andoyer() function in boost::geometry::strategy::side::andoyer
Dindex.hpp36 typename FormulaPolicy = strategy::andoyer,
168 struct from_strategy<distance::andoyer<Spheroid, CalculationType> >
170 typedef strategy::index::geographic<strategy::andoyer, Spheroid, CalculationType> type;
172 static inline type get(distance::andoyer<Spheroid, CalculationType> const& strategy) in get()
Dexpand_segment.hpp48 typename FormulaPolicy = strategy::andoyer,
87 strategy::andoyer,
Denvelope.hpp40 typename FormulaPolicy = strategy::andoyer,
103 strategy::andoyer,
Dparameters.hpp28 struct andoyer struct
193 struct default_order<andoyer>
Denvelope_segment.hpp33 typename FormulaPolicy = strategy::andoyer,
108 strategy::andoyer,
Dazimuth.hpp32 typename FormulaPolicy = strategy::andoyer,
135 strategy::andoyer,
Ddistance.hpp61 typename FormulaPolicy = strategy::andoyer,
218 strategy::andoyer,
Dpoint_in_poly_winding.hpp43 typename FormulaPolicy = strategy::andoyer,
Dio.hpp28 typename FormulaPolicy = strategy::andoyer,
Ddisjoint_segment_box.hpp52 typename FormulaPolicy = strategy::andoyer,
Dline_interpolate.hpp45 typename FormulaPolicy = strategy::andoyer,
Dpoint_order.hpp34 typename FormulaPolicy = strategy::andoyer,
Dside.hpp61 typename FormulaPolicy = strategy::andoyer,
/third_party/boost/libs/geometry/test/algorithms/area/
Darea_geo.cpp33 bg::strategy::area::geographic<bg::strategy::andoyer, 1> in test_geo_strategies()
35 bg::strategy::area::geographic<bg::strategy::andoyer, 2> in test_geo_strategies()
37 bg::strategy::area::geographic<bg::strategy::andoyer, 3> in test_geo_strategies()
39 bg::strategy::area::geographic<bg::strategy::andoyer, 4> in test_geo_strategies()
41 bg::strategy::area::geographic<bg::strategy::andoyer, 5> in test_geo_strategies()
66 bg::strategy::area::geographic<bg::strategy::andoyer> in test_geo_strategies()
/third_party/boost/libs/geometry/test/strategies/
Dandoyer.cpp79 typedef bg::strategy::distance::andoyer<stype> andoyer_type; in test_distance()
80 typedef bg::strategy::distance::geographic<bg::strategy::andoyer, stype> geographic_type; in test_distance()
88 andoyer_type andoyer; in test_distance() local
99 return_type d_strategy = andoyer.apply(p1, p2); in test_distance()
101 return_type d_function = bg::distance(p1, p2, andoyer); in test_distance()
204 typedef bg::strategy::side::andoyer<stype> strategy_type; in test_side()
205 typedef bg::strategy::side::geographic<bg::strategy::andoyer, stype> strategy2_type; in test_side()
Ddistance_cross_track.cpp91 …distance = bg::strategy::distance::detail::geographic_cross_track<bg::strategy::andoyer, Spheroid,… in test_all()
95 …distance = bg::strategy::distance::geographic_cross_track<bg::strategy::andoyer, Spheroid, double>… in test_all()
97 check_result(distance, results.andoyer, results.reference, errors[2]); in test_all()
Ddistance_cross_track_cases.hpp32 double andoyer; member
/third_party/boost/libs/geometry/test/algorithms/length/
Dlength_geo.cpp32 typedef bg::strategy::distance::andoyer<stype> andoyer_type;
68 typename geo_strategies<P>::andoyer_type andoyer; in test_andoyer() local
69 test_with_strategy<P>(1116814.237 + 1116152.605, andoyer); in test_andoyer()
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter_geo.cpp28 typedef bg::strategy::distance::andoyer<stype> andoyer_type;
81 typename geo_strategies<P>::andoyer_type andoyer; in test_andoyer() local
82 test_with_strategy<P>(1116814.237 + 1116152.605, andoyer); in test_andoyer()
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_geo_common.hpp55 typedef bg::strategy::distance::andoyer<stype> andoyer_pp;
65 typedef bg::strategy::distance::geographic_cross_track<bg::strategy::andoyer, stype, double>
85 bg::strategy::andoyer,
110 typedef bg::strategy::distance::geographic_segment_box<bg::strategy::andoyer, stype, double>
125 bg::strategy::andoyer,
/third_party/boost/libs/geometry/test/formulas/
Dvertex_longitude_cases.hpp31 double andoyer; member
Dinverse_cases.hpp37 expected_result andoyer; member
/third_party/boost/libs/geometry/example/
Dc10_custom_cs_example.cpp96 boost::geometry::strategy::distance::andoyer<mars_point> in main()

12