/third_party/boost/boost/geometry/core/ |
D | radius.hpp | 71 struct radius_type {}; struct 81 struct radius_type struct 109 struct radius_type struct 111 typedef typename core_dispatch::radius_type 126 inline typename radius_type<Geometry>::type get_radius(Geometry const& geometry) in get_radius() 146 typename radius_type<Geometry>::type const& radius) in set_radius() 166 static inline typename radius_type<Geometry>::type get(Geometry const& geometry) in get() 171 typename radius_type<Geometry>::type const& value) in set() 190 typedef typename geometry::radius_type<Geometry>::type radius_type; typedef 192 static inline radius_type get(const Geometry * geometry) in get() [all …]
|
/third_party/boost/libs/geometry/test/core/ |
D | radius.cpp | 35 typedef typename bg::radius_type<G>::type radius_type; in test_get_set() typedef 38 bg::set_radius<I>(g, radius_type(5)); in test_get_set() 40 radius_type x = bg::get_radius<I>(g); in test_get_set()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_cross_track.hpp | 369 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::comparable::cross_track 374 explicit inline cross_track(typename Strategy::radius_type const& r) in cross_track() 498 inline radius_type vertical_or_meridian(T1 lat1, T2 lat2) const in vertical_or_meridian() 503 inline typename Strategy::radius_type radius() const in radius() 570 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track 575 explicit inline cross_track(typename Strategy::radius_type const& r) in cross_track() 616 inline radius_type vertical_or_meridian(T1 lat1, T2 lat2) const in vertical_or_meridian() 621 inline typename Strategy::radius_type radius() const in radius()
|
D | distance_haversine.hpp | 73 >::type radius_type; typedef in boost::geometry::strategy::distance::comparable::haversine 97 inline radius_type radius() const in radius() 112 radius_type m_radius; 157 >::type radius_type; typedef in boost::geometry::strategy::distance::haversine 198 inline radius_type radius() const in radius() 204 radius_type m_radius;
|
D | line_interpolate.hpp | 52 typedef typename DistanceStrategy::radius_type radius_type; typedef in boost::geometry::strategy::line_interpolate::spherical 57 explicit inline spherical(typename DistanceStrategy::radius_type const& r) in spherical()
|
D | distance_cross_track_point_box.hpp | 210 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track_point_box 244 explicit inline cross_track_point_box(typename Strategy::radius_type const& r) in cross_track_point_box() 278 inline typename Strategy::radius_type radius() const in radius()
|
D | distance_cross_track_box_box.hpp | 283 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track_box_box 317 explicit inline cross_track_box_box(typename Strategy::radius_type const& r) in cross_track_box_box() 352 inline typename Strategy::radius_type radius() const in radius()
|
D | get_radius.hpp | 39 typedef typename geometry::radius_type<RadiusTypeOrSphere>::type type;
|
/third_party/boost/libs/geometry/doc/generated/ |
D | distance_cross_track.qbk | 47 [[``cross_track(typename Strategy::radius_type const & r)`` 49 ] [] [[* typename Strategy::radius_type const &]: ['r]: 98 radius_type vertical_or_meridian(T1 lat1, T2 lat2)`` 110 [[``Strategy::radius_type radius()``
|
D | distance_cross_track_point_box.qbk | 47 [[``cross_track_point_box(typename Strategy::radius_type const & r)`` 49 ] [] [[* typename Strategy::radius_type const &]: ['r]: 79 [[``Strategy::radius_type radius()``
|
D | line_interpolate_spherical.qbk | 44 [[``spherical(typename DistanceStrategy::radius_type const & r)`` 46 ] [] [[* typename DistanceStrategy::radius_type const &]: ['r]:
|
D | distance_haversine.qbk | 71 [[``radius_type radius()``
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | turn_in_piece_visitor.hpp | 141 typedef typename Border::radius_type radius_type; in apply() typedef 143 radius_type const d = geometry::comparable_distance(piece.m_center, turn.point); in apply()
|
D | piece_border.hpp | 101 typedef typename default_comparable_distance_result<Point>::type radius_type; typedef 128 radius_type m_min_comparable_radius; 129 radius_type m_max_comparable_radius; 492 radius_type const d = geometry::comparable_distance(center, s); in calculate_radii()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | mapping_ssf.hpp | 65 typename radius_type<Spheroid>::type 89 typename radius_type<Spheroid>::type
|
D | area.hpp | 84 typename geometry::radius_type<Spheroid>::type,
|
/third_party/boost/boost/geometry/formulas/ |
D | unit_spheroid.hpp | 33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid()
|
/third_party/boost/boost/geometry/srs/ |
D | sphere.hpp | 89 struct radius_type< srs::sphere<RadiusType> > struct
|
D | spheroid.hpp | 128 struct radius_type< srs::spheroid<RadiusType> > struct
|