Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dfor_each.hpp230 struct for_each_point: not_implemented<Tag> struct
235 struct for_each_point<Point, point_tag> struct
241 struct for_each_point<Linestring, linestring_tag> struct
247 struct for_each_point<Ring, ring_tag> struct
253 struct for_each_point<Polygon, polygon_tag> struct
291 struct for_each_point<MultiGeometry, multi_tag> struct
343 inline Functor for_each_point(Geometry& geometry, Functor f) in for_each_point() function