Home
last modified time | relevance | path

Searched defs:points_end (Results 1 – 3 of 3) 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
156 apply(Linestring& linestring) in apply()
164 struct points_end<Ring, ring_tag> struct
167 apply(Ring& ring) in apply()
175 struct points_end<Polygon, polygon_tag> struct
180 >::type return_type;
182 static inline return_type apply(Polygon& polygon) in apply()
198 struct points_end<MultiPoint, multi_point_tag> struct
204 apply(MultiPoint& multipoint) in apply()
212 struct points_end<MultiLinestring, multi_linestring_tag> struct
[all …]
/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/kdbush/0.1.1-1/include/
H A Dkdbush.hpp39 const TPointIter &points_end, in KDBush()
50 void fill(const TPointIter &points_begin, const TPointIter &points_end) { in fill()