Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Dremove_spikes.hpp66 namespace detail { namespace remove_spikes namespace
224 struct remove_spikes struct
227 static inline void apply(Geometry&, SideStrategy const&) in apply()
233 struct remove_spikes<Ring, ring_tag> struct
240 struct remove_spikes<Polygon, polygon_tag> struct
246 struct remove_spikes<MultiPolygon, multi_polygon_tag> struct
261 struct remove_spikes struct
264 static void apply(Geometry& geometry, Strategy const& strategy) in apply()
270 static void apply(Geometry& geometry, geometry::default_strategy const&) in apply()
282 struct remove_spikes<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference.hpp66 bool remove_spikes; member