Home
last modified time | relevance | path

Searched defs:result_from_distance (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp216 struct result_from_distance<haversine<RadiusType, CalculationType>, P1, P2> struct
219 typedef haversine<RadiusType, CalculationType> this_type;
220 typedef typename return_type<this_type, P1, P2>::type return_type;
223 static inline return_type apply(this_type const& , T const& value) in apply()
265 struct result_from_distance<comparable::haversine<RadiusType, CalculationType>, P1, P2> struct
268 typedef comparable::haversine<RadiusType, CalculationType> strategy_type;
269 typedef typename return_type<strategy_type, P1, P2>::type return_type;
272 static inline return_type apply(strategy_type const& strategy, T const& distance) in apply()
H A Ddistance_cross_track.hpp607 struct result_from_distance<cross_track<CalculationType, Strategy>, P, PS> struct
613 >::template return_type<P, PS>::type return_type;
617 apply(cross_track<CalculationType, Strategy> const& , T const& distance) in apply()
674 struct result_from_distance struct
680 typedef comparable::cross_track<RadiusType, CalculationType> strategy_type;
681 typedef typename return_type<strategy_type, P, PS>::type return_type;
684 static inline return_type apply(strategy_type const& strategy, in apply()
H A Ddistance_cross_track_point_box.hpp281 struct result_from_distance struct
287 typedef cross_track_point_box<CalculationType, Strategy> this_strategy;
292 >::type return_type;
296 static inline return_type apply(this_strategy const& strategy, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp205 struct result_from_distance<pythagoras<CalculationType>, Point1, Point2> struct
208 typedef typename return_type<pythagoras<CalculationType>, Point1, Point2>::type return_type;
211 static inline return_type apply(pythagoras<CalculationType> const& , T const& value) in apply()
254 struct result_from_distance<comparable::pythagoras<CalculationType>, Point1, Point2> struct
257 …ef typename return_type<comparable::pythagoras<CalculationType>, Point1, Point2>::type return_type;
260 static inline return_type apply(comparable::pythagoras<CalculationType> const& , T const& value) in apply()
H A Ddistance_pythagoras_box_box.hpp240 struct result_from_distance<pythagoras_box_box<CalculationType>, Box1, Box2> struct
246 >::type return_type;
250 apply(pythagoras_box_box<CalculationType> const& , T const& value) in apply()
296 struct result_from_distance struct
305 >::type return_type;
309 apply(comparable::pythagoras_box_box<CalculationType> const&, in apply()
H A Ddistance_pythagoras_point_box.hpp237 struct result_from_distance<pythagoras_point_box<CalculationType>, Point, Box> struct
243 >::type return_type;
247 apply(pythagoras_point_box<CalculationType> const& , T const& value) in apply()
295 struct result_from_distance struct
304 >::type return_type;
308 apply(comparable::pythagoras_point_box<CalculationType> const& , in apply()
H A Ddistance_projected_point.hpp211 struct result_from_distance<projected_point<CalculationType, Strategy>, P, PS> struct
214 … typedef typename return_type<projected_point<CalculationType, Strategy>, P, PS>::type return_type;
217 …static inline return_type apply(projected_point<CalculationType, Strategy> const& , T const& value) in apply()
H A Ddistance_projected_point_ax.hpp287 struct result_from_distance<detail::projected_point_ax<CalculationType, Strategy>, P, PS> struct
290 …pename return_type<detail::projected_point_ax<CalculationType, Strategy>, P, PS>::type return_type;
293 …ne return_type apply(detail::projected_point_ax<CalculationType, Strategy> const& , T const& value) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Ddistance_thomas.hpp100 struct result_from_distance<thomas<Spheroid, CalculationType>, P1, P2 > struct
104 apply(thomas<Spheroid, CalculationType> const& , T const& value) in apply()
H A Ddistance_vincenty.hpp102 struct result_from_distance<vincenty<Spheroid, CalculationType>, P1, P2 > struct
106 apply(vincenty<Spheroid, CalculationType> const& , T const& value) in apply()
H A Ddistance_andoyer.hpp107 struct result_from_distance<andoyer<Spheroid, CalculationType>, P1, P2> struct
111 apply(andoyer<Spheroid, CalculationType> const& , T const& value) in apply()
H A Ddistance.hpp160 struct result_from_distance<geographic<FormulaPolicy, Spheroid, CalculationType>, P1, P2> struct
164 apply(geographic<FormulaPolicy, Spheroid, CalculationType> const& , T const& value) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Ddistance.hpp66 struct result_from_distance {}; struct