Searched defs:radius_access (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/boost/geometry/core/ |
| D | radius.hpp | 58 struct radius_access {}; struct 93 struct radius_access struct 164 struct radius_access struct 166 static inline typename radius_type<Geometry>::type get(Geometry const& geometry) in get() 170 static inline void set(Geometry& geometry, in set() 188 struct radius_access<Tag, Geometry, Dimension, boost::true_type> struct 190 typedef typename geometry::radius_type<Geometry>::type radius_type; 192 static inline radius_type get(const Geometry * geometry) in get() 203 static inline void set(Geometry * geometry, radius_type const& value) in set() 223 struct radius_access<srs_sphere_tag, Geometry, Dimension, boost::false_type> struct [all …]
|
| /third_party/boost/boost/geometry/srs/ |
| D | sphere.hpp | 95 struct radius_access<srs::sphere<RadiusType>, Dimension> struct 97 typedef srs::sphere<RadiusType> sphere_type; 99 static inline RadiusType get(sphere_type const& s) in get() 104 static inline void set(sphere_type& s, RadiusType const& value) in set()
|
| D | spheroid.hpp | 134 struct radius_access<srs::spheroid<RadiusType>, Dimension> struct 136 typedef srs::spheroid<RadiusType> spheroid_type; 138 static inline RadiusType get(spheroid_type const& s) in get() 143 static inline void set(spheroid_type& s, RadiusType const& value) in set()
|