Home
last modified time | relevance | path

Searched defs:radius_type (Results 1 – 11 of 11) 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
115 >::type type;
190 typedef typename geometry::radius_type<Geometry>::type radius_type; typedef
217 struct radius_type<srs_sphere_tag, Geometry> struct
219 typedef typename traits::radius_type<Geometry>::type type;
231 struct radius_type<srs_spheroid_tag, Geometry> struct
233 typedef typename traits::radius_type<Geometry>::type type;
/third_party/boost/boost/geometry/srs/
Dsphere.hpp89 struct radius_type< srs::sphere<RadiusType> > struct
91 typedef RadiusType type;
Dspheroid.hpp128 struct radius_type< srs::spheroid<RadiusType> > struct
130 typedef RadiusType type;
/third_party/boost/libs/geometry/test/core/
Dradius.cpp35 typedef typename bg::radius_type<G>::type radius_type; in test_get_set() typedef
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_haversine.hpp73 >::type radius_type; typedef in boost::geometry::strategy::distance::comparable::haversine
157 >::type radius_type; typedef in boost::geometry::strategy::distance::haversine
Dline_interpolate.hpp52 typedef typename DistanceStrategy::radius_type radius_type; typedef in boost::geometry::strategy::line_interpolate::spherical
Ddistance_cross_track.hpp369 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::comparable::cross_track
570 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track
Ddistance_cross_track_point_box.hpp210 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track_point_box
Ddistance_cross_track_box_box.hpp283 typedef typename Strategy::radius_type radius_type; typedef in boost::geometry::strategy::distance::cross_track_box_box
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dturn_in_piece_visitor.hpp141 typedef typename Border::radius_type radius_type; in apply() typedef
Dpiece_border.hpp101 typedef typename default_comparable_distance_result<Point>::type radius_type; typedef