Home
last modified time | relevance | path

Searched refs:points_end (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dpoint_iterator.hpp150 struct points_end<Linestring, linestring_tag> struct
164 struct points_end<Ring, ring_tag> struct
175 struct points_end<Polygon, polygon_tag> struct
198 struct points_end<MultiPoint, multi_point_tag> struct
212 struct points_end<MultiLinestring, multi_linestring_tag> struct
227 struct points_end<MultiPolygon, multi_polygon_tag> struct
257 template <typename G> friend inline point_iterator<G> points_end(G&);
300 points_end(Geometry& geometry) in points_end() function
302 return dispatch::points_end<Geometry>::apply(geometry); in points_end()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/
H A Diterator_type.hpp79 dispatch::points_end<inner_range>
106 dispatch::points_end<inner_range>
124 dispatch::points_end<inner_range>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp39 const TPointIter &points_end, in KDBush() argument
42 fill(points_begin, points_end); in KDBush()
50 void fill(const TPointIter &points_begin, const TPointIter &points_end) { in fill() argument
52 const TIndex size = static_cast<TIndex>(std::distance(points_begin, points_end)); in fill()
58 for (auto p = points_begin; p != points_end; p++) { in fill()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/dispatch/
H A Dpoint_iterator.hpp35 struct points_end struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Diterator_selector.hpp58 return points_end(multipoint); in end()
H A Dgeometry_to_segment_or_box.hpp228 pit != points_end(geometry); ++pit, first = false) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/centroid/
H A Dtranslating_transformer.hpp84 if ( pt_it != geometry::points_end(geom) ) in translating_transformer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dhas_invalid_coordinate.hpp101 geometry::points_end(geometry)); in apply()
H A Dpolygon.hpp229 return pob::apply(point, points_begin(first), points_end(first)) in is_within()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Drange_in_geometry.hpp52 return geometry::points_end(m_geometry); in end()