Home
last modified time | relevance | path

Searched refs:for_each_point (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dfor_each_point.hpp9 auto for_each_point(Point&& point, F&& f) in for_each_point() function
16 auto for_each_point(Container&& container, F&& f)
20 void for_each_point(mapbox::util::variant<Types...> const& geom, F&& f) in for_each_point() function
23 for_each_point(g, f); in for_each_point()
28 void for_each_point(mapbox::util::variant<Types...> & geom, F&& f) in for_each_point() function
31 for_each_point(g, f); in for_each_point()
36 auto for_each_point(Container&& container, F&& f) in for_each_point() function
40 for_each_point(e, f); in for_each_point()
H A Denvelope.hpp22 for_each_point(geometry, [&] (point<T> const& point) { in envelope()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dfor_each.hpp225 struct for_each_point: not_implemented<Tag> struct
230 struct for_each_point<Point, point_tag> struct
236 struct for_each_point<Linestring, linestring_tag> struct
242 struct for_each_point<Ring, ring_tag> struct
248 struct for_each_point<Polygon, polygon_tag> struct
286 struct for_each_point<MultiGeometry, multi_tag> struct
290 for_each_point
338 inline Functor for_each_point(Geometry& geometry, Functor f) in for_each_point() function
342 dispatch::for_each_point<Geometry>::apply(geometry, f); in for_each_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dwrap.hpp12 mapbox::geometry::for_each_point(feature.geometry, in shiftCoords()
H A Dtypes.hpp148 mapbox::geometry::for_each_point(geom, [&](const vt_point& p) { in vt_feature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeometry.hpp64 mapbox::geometry::for_each_point(g, f); in forEachPoint()