Home
last modified time | relevance | path

Searched defs:for_each_point (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/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
338 inline Functor for_each_point(Geometry& geometry, Functor f) in for_each_point() function
/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
20 void for_each_point(mapbox::util::variant<Types...> const& geom, F&& f) in for_each_point() function
28 void for_each_point(mapbox::util::variant<Types...> & geom, F&& f) in for_each_point() function
36 auto for_each_point(Container&& container, F&& f) in for_each_point() function