Home
last modified time | relevance | path

Searched defs:points_begin (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.hpp39 struct points_begin<Linestring, linestring_tag> struct
45 apply(Linestring& linestring) in apply()
53 struct points_begin<Ring, ring_tag> struct
56 apply(Ring& ring) in apply()
64 struct points_begin<Polygon, polygon_tag> struct
69 >::type return_type;
71 static inline return_type apply(Polygon& polygon) in apply()
90 struct points_begin<MultiPoint, multi_point_tag> struct
96 apply(MultiPoint& multipoint) in apply()
104 struct points_begin<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.hpp27 struct points_begin struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp38 KDBush(const TPointIter &points_begin, in KDBush()
50 void fill(const TPointIter &points_begin, const TPointIter &points_end) { in fill()