Home
last modified time | relevance | path

Searched defs:segments_begin (Results 1 – 2 of 2) 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 Dsegment_iterator.hpp40 struct segments_begin<Linestring, linestring_tag> struct
45 >::type return_type;
47 static inline return_type apply(Linestring& linestring) in apply()
55 struct segments_begin<Ring, ring_tag> struct
60 >::type return_type;
62 static inline return_type apply(Ring& ring) in apply()
70 struct segments_begin<Polygon, polygon_tag> struct
75 >::type inner_range;
80 >::type return_type;
82 static inline return_type apply(Polygon& polygon) in apply()
[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 Dsegment_iterator.hpp27 struct segments_begin struct