Home
last modified time | relevance | path

Searched refs:disjoint_linear (Results 1 – 3 of 3) 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/disjoint/
H A Dlinear_linear.hpp112 struct disjoint_linear struct
174 : detail::disjoint::disjoint_linear<Linear1, Linear2>
H A Dareal_areal.hpp126 if ( ! disjoint_linear<Geometry1, Geometry2>::apply(geometry1, geometry2, strategy) ) in apply()
H A Dlinear_areal.hpp115 if ( !disjoint_linear<Geometry1, Geometry2>::apply(g1, g2, strategy) ) in apply()