Home
last modified time | relevance | path

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

12

/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_haversine.hpp54 class haversine class
75 inline haversine() in haversine() function in boost::geometry::strategy::distance::comparable::haversine
80 explicit inline haversine(RadiusOrSphere const& radius_or_sphere) in haversine() function in boost::geometry::strategy::distance::comparable::haversine
144 class haversine class
146 typedef comparable::haversine<RadiusTypeOrSphere, CalculationType> comparable_type;
162 inline haversine() in haversine() function in boost::geometry::strategy::distance::haversine
171 explicit inline haversine(RadiusOrSphere const& radius_or_sphere) in haversine() function in boost::geometry::strategy::distance::haversine
213 struct tag<haversine<RadiusType, CalculationType> >
220 struct return_type<haversine<RadiusType, CalculationType>, P1, P2>
221 : haversine<RadiusType, CalculationType>::template calculation_type<P1, P2>
[all …]
Dindex.hpp86 typedef geometry::strategy::distance::comparable::haversine
101 geometry::strategy::distance::haversine<double, CalculationType>
113 geometry::strategy::distance::comparable::haversine<double, CalculationType>
125 geometry::strategy::distance::haversine<double, CalculationType>
170 struct from_strategy<distance::comparable::haversine<RadiusType, CalculationType> >
174 static inline type get(distance::comparable::haversine<RadiusType, CalculationType> const&) in get()
Dline_interpolate.hpp46 typename DistanceStrategy = distance::haversine<double, CalculationType>
Ddistance_cross_track.hpp329 typename Strategy = comparable::haversine<double, CalculationType>
530 typename Strategy = haversine<double, CalculationType>
Ddistance_cross_track_point_box.hpp200 typename Strategy = haversine<double, CalculationType>
Ddistance_segment_box.hpp197 typename Strategy = haversine<double, CalculationType>
Ddistance_cross_track_box_box.hpp271 typename Strategy = haversine<double, CalculationType>
/third_party/boost/libs/geometry/test/cs_undefined/
Dmeasure.cpp31 bg::length(g.s, bg::strategy::distance::haversine<>()); in test_main()
34 bg::length(g.ls, bg::strategy::distance::haversine<>()); in test_main()
37 bg::length(g.mls, bg::strategy::distance::haversine<>()); in test_main()
41 bg::perimeter(g.r, bg::strategy::distance::haversine<>()); in test_main()
44 bg::perimeter(g.po, bg::strategy::distance::haversine<>()); in test_main()
47 bg::perimeter(g.mpo, bg::strategy::distance::haversine<>()); in test_main()
Ddistance.cpp19 bg::distance(g.pt, g.pt, bg::strategy::distance::haversine<>()); in test_main()
22 bg::distance(g.pt, g.mpt, bg::strategy::distance::haversine<>()); in test_main()
25 bg::distance(g.mpt, g.mpt, bg::strategy::distance::haversine<>()); in test_main()
/third_party/boost/libs/geometry/doc/generated/
Ddistance_haversine.qbk16 [section:strategy_distance_haversine strategy::distance::haversine]
18 …m><indexterm><primary>distance</primary></indexterm><indexterm><primary>haversine</primary></index…
19 Distance calculation for spherical coordinates on a perfect sphere using haversine.
23 class strategy::distance::haversine
39 [[``haversine()``
45 haversine(RadiusOrSphere const & radius_or_sphere)``
Ddistance_cross_track.qbk36 [[typename Strategy] [haversine<double, CalculationType>] [underlying point-point distance strategy…
Ddistance_cross_track_point_box.qbk36 [[typename Strategy] [haversine<double, CalculationType>] [underlying point-point distance strategy…
Dline_interpolate_spherical.qbk33 [[typename DistanceStrategy] [distance::haversine<double, CalculationType>] [The underlying point-p…
/third_party/boost/libs/geometry/example/
D07_b_graph_route_example.cpp84 boost::geometry::strategy::distance::haversine<double> const haversine(6372795.0); variable
107 : length(boost::geometry::length(line, haversine)) in bg_edge_property()
320 … double acof = boost::geometry::distance(city1.get<0>(), city2.get<0>(), haversine) / km; in main()
D07_a_graph_route_example.cpp90 boost::geometry::strategy::distance::haversine<double> const haversine(6372795.0); variable
113 : m_length(boost::geometry::length(line, haversine)) in bg_edge_property()
334 … double acof = boost::geometry::distance(city1.get<0>(), city2.get<0>(), haversine) / km; in main()
Dc10_custom_cs_example.cpp55 typedef haversine<double> type;
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_se_pl_pl.cpp35 typedef distance::haversine<double> point_point_strategy;
36 typedef distance::comparable::haversine<double> comparable_point_point_strategy;
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dlength_with_strategy.cpp27 << length(line, strategy::distance::haversine<float>(mean_radius) ) in main()
/third_party/boost/libs/geometry/test/strategies/
Dhaversine.cpp41 typedef bg::strategy::distance::haversine<double> haversine_type;
118 typedef bgsd::haversine<double, CalculationType> strategy_type; in test_services()
DJamfile.v228 [ run haversine.cpp : : : : strategies_haversine ]
DJamfile28 [ run haversine.cpp : : : : strategies_haversine ]
/third_party/boost/libs/geometry/test/algorithms/length/
Dlength_sph.cpp39 bg::strategy::distance::haversine<float> haversine_strategy(mean_radius); in test_all_haversine()
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter_sph.cpp41 bg::strategy::distance::haversine<double> haversine_strategy(mean_radius); in test_all_haversine()
/third_party/boost/libs/geometry/test/algorithms/similarity/
Ddiscrete_frechet_distance.cpp73 …ESTRING(3 0,2 1,3 2)","LINESTRING(0 0,3 4,4 3)",bg::strategy::distance::haversine<int>(), 0.052359… in test_all_spherical_equ()
/third_party/boost/libs/geometry/test/algorithms/
Ddensify.cpp105 bg::strategy::distance::haversine<double> dist_s;

12