Searched defs:densify (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/geometry/algorithms/ |
D | densify.hpp | 39 namespace detail { namespace densify namespace 161 struct densify struct 166 struct densify<Geometry, GeometryOut, linestring_tag, linestring_tag> struct 171 struct densify<Geometry, GeometryOut, multi_linestring_tag, multi_linestring_tag> struct 174 static void apply(Geometry const& mls, GeometryOut & mls_out, in apply() 190 struct densify<Geometry, GeometryOut, ring_tag, ring_tag> struct 199 struct densify<Geometry, GeometryOut, polygon_tag, polygon_tag> struct 202 static void apply(Geometry const& poly, GeometryOut & poly_out, in apply() 220 static void apply_ring(Ring const& ring, RingOut & ring_out, in apply_ring() 229 struct densify<Geometry, GeometryOut, multi_polygon_tag, multi_polygon_tag> struct [all …]
|
/third_party/boost/boost/geometry/strategies/ |
D | densify.hpp | 20 namespace strategy { namespace densify namespace
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | densify.hpp | 38 namespace strategy { namespace densify namespace
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | densify.hpp | 30 namespace strategy { namespace densify namespace
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | densify.hpp | 29 namespace strategy { namespace densify namespace
|