Home
last modified time | relevance | path

Searched refs:point_out (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/geometry/strategies/
Dnormalize.hpp57 PointOut& point_out) in apply()
59 geometry::set<Dimension>(point_out, boost::numeric_cast in apply()
67 >::apply(longitude, latitude, point_in, point_out); in apply()
90 PointOut& point_out) in apply()
92 geometry::set<0>(point_out, boost::numeric_cast in apply()
100 >::apply(longitude, latitude, point_in, point_out); in apply()
111 PointOut& point_out) in apply()
113 geometry::set<1>(point_out, boost::numeric_cast in apply()
121 >::apply(longitude, latitude, point_in, point_out); in apply()
129 static inline void apply(PointIn const& point_in, PointOut& point_out) in apply()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dpointlike_pointlike.hpp61 PointOut point_out; in apply() local
62 geometry::convert(point_in, point_out); in apply()
63 *oit++ = point_out; in apply()
79 PointOut point_out; in apply() local
80 geometry::convert(*it, point_out); in apply()
81 *oit++ = point_out; in apply()
Dcopy_segment_point.hpp286 PointOut& point_out) in copy_segment_point() argument
297 >::apply(geometry, seg_id, offset, point_out); in copy_segment_point()
315 PointOut& point_out) in copy_segment_point() argument
331 >::apply(geometry1, seg_id, offset, point_out); in copy_segment_point()
342 >::apply(geometry2, seg_id, offset, point_out); in copy_segment_point()
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dtransform_units.hpp50 static inline void apply(PointIn const& point_in, PointOut& point_out) in apply()
53 detail::two_dimensional_view<PointOut> view_out(point_out); in apply()
/third_party/boost/boost/geometry/algorithms/
Dtransform.hpp138 PointOut point_out; in transform_range_out() local
144 if (! transform_point::apply(*it, point_out, strategy)) in transform_range_out()
148 *out++ = point_out; in transform_range_out()