/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_haversine.hpp | 54 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 …]
|
D | index.hpp | 86 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()
|
D | line_interpolate.hpp | 46 typename DistanceStrategy = distance::haversine<double, CalculationType>
|
D | distance_cross_track.hpp | 329 typename Strategy = comparable::haversine<double, CalculationType> 530 typename Strategy = haversine<double, CalculationType>
|
D | distance_cross_track_point_box.hpp | 200 typename Strategy = haversine<double, CalculationType>
|
D | distance_segment_box.hpp | 197 typename Strategy = haversine<double, CalculationType>
|
D | distance_cross_track_box_box.hpp | 271 typename Strategy = haversine<double, CalculationType>
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | measure.cpp | 31 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()
|
D | distance.cpp | 19 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/ |
D | distance_haversine.qbk | 16 [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)``
|
D | distance_cross_track.qbk | 36 [[typename Strategy] [haversine<double, CalculationType>] [underlying point-point distance strategy…
|
D | distance_cross_track_point_box.qbk | 36 [[typename Strategy] [haversine<double, CalculationType>] [underlying point-point distance strategy…
|
D | line_interpolate_spherical.qbk | 33 [[typename DistanceStrategy] [distance::haversine<double, CalculationType>] [The underlying point-p…
|
/third_party/boost/libs/geometry/example/ |
D | 07_b_graph_route_example.cpp | 84 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()
|
D | 07_a_graph_route_example.cpp | 90 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()
|
D | c10_custom_cs_example.cpp | 55 typedef haversine<double> type;
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_se_pl_pl.cpp | 35 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/ |
D | length_with_strategy.cpp | 27 << length(line, strategy::distance::haversine<float>(mean_radius) ) in main()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | haversine.cpp | 41 typedef bg::strategy::distance::haversine<double> haversine_type; 118 typedef bgsd::haversine<double, CalculationType> strategy_type; in test_services()
|
D | Jamfile.v2 | 28 [ run haversine.cpp : : : : strategies_haversine ]
|
D | Jamfile | 28 [ run haversine.cpp : : : : strategies_haversine ]
|
/third_party/boost/libs/geometry/test/algorithms/length/ |
D | length_sph.cpp | 39 bg::strategy::distance::haversine<float> haversine_strategy(mean_radius); in test_all_haversine()
|
/third_party/boost/libs/geometry/test/algorithms/perimeter/ |
D | perimeter_sph.cpp | 41 bg::strategy::distance::haversine<double> haversine_strategy(mean_radius); in test_all_haversine()
|
/third_party/boost/libs/geometry/test/algorithms/similarity/ |
D | discrete_frechet_distance.cpp | 73 …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/ |
D | densify.cpp | 105 bg::strategy::distance::haversine<double> dist_s;
|