Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dpolygon.hpp195 struct overlaps_box struct in boost::geometry::detail::is_valid::is_valid_polygon
197 explicit overlaps_box(EnvelopeStrategy const& strategy) : m_strategy(strategy) {} in overlaps_box() function
200 inline bool apply(Box const& box, partition_item<Iterator, Box> const& item) const in apply()
205 EnvelopeStrategy const& m_strategy;