Home
last modified time | relevance | path

Searched refs:radius_type (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/geometry/core/
Dradius.hpp71 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/
Dradius.cpp35 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/
Ddistance_cross_track.hpp369 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()
Ddistance_haversine.hpp73 >::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;
Dline_interpolate.hpp52 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()
Ddistance_cross_track_point_box.hpp210 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()
Ddistance_cross_track_box_box.hpp283 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()
Dget_radius.hpp39 typedef typename geometry::radius_type<RadiusTypeOrSphere>::type type;
/third_party/boost/libs/geometry/doc/generated/
Ddistance_cross_track.qbk47 [[``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()``
Ddistance_cross_track_point_box.qbk47 [[``cross_track_point_box(typename Strategy::radius_type const & r)``
49 ] [] [[* typename Strategy::radius_type const &]: ['r]:
79 [[``Strategy::radius_type radius()``
Dline_interpolate_spherical.qbk44 [[``spherical(typename DistanceStrategy::radius_type const & r)``
46 ] [] [[* typename DistanceStrategy::radius_type const &]: ['r]:
Ddistance_haversine.qbk71 [[``radius_type radius()``
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_piece_visitor.hpp141 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()
Dpiece_border.hpp101 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/
Dmapping_ssf.hpp65 typename radius_type<Spheroid>::type
89 typename radius_type<Spheroid>::type
Darea.hpp84 typename geometry::radius_type<Spheroid>::type,
/third_party/boost/boost/geometry/formulas/
Dunit_spheroid.hpp33 typedef typename radius_type<ResultSpheroid>::type radius_t; in unit_spheroid()
/third_party/boost/boost/geometry/srs/
Dsphere.hpp89 struct radius_type< srs::sphere<RadiusType> > struct
Dspheroid.hpp128 struct radius_type< srs::spheroid<RadiusType> > struct