Home
last modified time | relevance | path

Searched defs:radius_access (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dradius.hpp58 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 …]
H A Dsrs.hpp97 struct radius_access<srs::spheroid<RadiusType>, Dimension> struct
99 typedef srs::spheroid<RadiusType> spheroid_type;
101 static inline RadiusType get(spheroid_type const& s) in get()
106 static inline void set(spheroid_type& s, RadiusType const& value) in set()
174 struct radius_access<srs::sphere<RadiusType>, Dimension> struct
176 typedef srs::sphere<RadiusType> sphere_type;
178 static inline RadiusType get(sphere_type const& s) in get()
183 static inline void set(sphere_type& s, RadiusType const& value) in set()