| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | implementation.hpp | 20 #include <boost/geometry/algorithms/detail/relate/interface.hpp> 22 #include <boost/geometry/algorithms/detail/relate/point_point.hpp> 23 #include <boost/geometry/algorithms/detail/relate/point_geometry.hpp> 24 #include <boost/geometry/algorithms/detail/relate/linear_linear.hpp> 25 #include <boost/geometry/algorithms/detail/relate/linear_areal.hpp> 26 #include <boost/geometry/algorithms/detail/relate/multi_point_geometry.hpp> 27 #include <boost/geometry/algorithms/detail/relate/areal_areal.hpp> 40 struct relate<Point1, Point2, point_tag, point_tag, 0, 0, false> struct 41 : detail::relate::point_point<Point1, Point2> 45 struct relate<Point, MultiPoint, point_tag, multi_point_tag, 0, 0, false> struct [all …]
|
| H A D | multi_point_geometry.hpp | 20 #include <boost/geometry/algorithms/detail/relate/result.hpp> 21 #include <boost/geometry/algorithms/detail/relate/topology_check.hpp> 37 namespace detail { namespace relate namespace 49 detail::relate::topology_check<Geometry> const& ) in apply() 102 detail::relate::topology_check<Geometry> const& tc) in apply() 124 … if (! std::binary_search(m_points.begin(), m_points.end(), boundary_point, relate::less())) in apply() 141 detail::relate::topology_check<Geometry> const& tc) in apply() 146 std::sort(points.begin(), points.end(), relate::less()); in apply() 176 if (! (relate::may_update<interior, interior, '0', Transpose>(result) in apply() 177 || relate::may_update<interior, boundary, '0', Transpose>(result) in apply() [all …]
|
| H A D | interface.hpp | 28 #include <boost/geometry/algorithms/detail/relate/de9im.hpp> 32 #include <boost/geometry/strategies/relate.hpp> 39 namespace detail { namespace relate { namespace 41 // Those are used only to allow dispatch::relate to produce compile-time error 85 }} // namespace detail::relate 99 bool IsGeneric = detail::relate::is_generic<Geometry1, Geometry2>::value 101 struct relate : not_implemented<Tag1, Tag2> struct 108 namespace detail { namespace relate { namespace 114 dispatch::relate<Geometry1, Geometry2>::interruption_enabled; 191 }} // namespace detail::relate [all …]
|
| H A D | point_point.hpp | 24 #include <boost/geometry/algorithms/detail/relate/less.hpp> 25 #include <boost/geometry/algorithms/detail/relate/result.hpp> 31 namespace detail { namespace relate { namespace 46 relate::set<interior, interior, '0'>(result); in apply() 50 relate::set<interior, exterior, '0'>(result); in apply() 51 relate::set<exterior, interior, '0'>(result); in apply() 54 relate::set<exterior, exterior, result_dimension<Point1>::value>(result); in apply() 99 relate::set<interior, exterior, '0', Transpose>(result); in apply() 107 relate::set<interior, interior, '0', Transpose>(result); in apply() 111 relate::set<exterior, interior, '0', Transpose>(result); in apply() [all …]
|
| H A D | point_geometry.hpp | 21 #include <boost/geometry/algorithms/detail/relate/result.hpp> 22 #include <boost/geometry/algorithms/detail/relate/topology_check.hpp> 30 namespace detail { namespace relate { namespace 47 relate::set<interior, interior, '0', Transpose>(result); in apply() 51 relate::set<interior, boundary, '0', Transpose>(result); in apply() 55 relate::set<interior, exterior, '0', Transpose>(result); in apply() 58 relate::set<exterior, exterior, result_dimension<Point>::value, Transpose>(result); in apply() 63 typedef detail::relate::topology_check<Geometry> tc_t; in apply() 64 if ( relate::may_update<exterior, interior, tc_t::interior, Transpose>(result) in apply() 65 || relate::may_update<exterior, boundary, tc_t::boundary, Transpose>(result) ) in apply() [all …]
|
| H A D | relate_impl.hpp | 21 #include <boost/geometry/algorithms/detail/relate/interface.hpp> 29 namespace detail { namespace relate { namespace 49 dispatch::relate<Geometry1, Geometry2> 63 typename detail::relate::result_handler_type in apply() 70 dispatch::relate<Geometry1, Geometry2>::apply(g1, g2, handler, strategy); in apply() 76 }} // namespace detail::relate
|
| H A D | less.hpp | 25 namespace detail_dispatch { namespace relate { namespace 62 }} // namespace detail_dispatch::relate 67 namespace detail { namespace relate { namespace 74 return detail_dispatch::relate::less<Point1, Point2>::apply(point1, point2); in operator ()() 78 }} // namespace detail::relate
|
| H A D | de9im.hpp | 24 #include <boost/geometry/algorithms/detail/relate/result.hpp> 48 : public detail::relate::matrix<3, 3> 97 \qbk{* [link geometry.reference.algorithms.relate relate]} 100 : public detail::relate::mask<3, 3> 102 typedef detail::relate::mask<3, 3> base_type; 140 \qbk{* [link geometry.reference.algorithms.relate relate]} 149 : public detail::relate::static_mask
|
| H A D | linear_areal.hpp | 31 #include <boost/geometry/algorithms/detail/relate/point_geometry.hpp> 32 #include <boost/geometry/algorithms/detail/relate/turns.hpp> 33 #include <boost/geometry/algorithms/detail/relate/boundary_checker.hpp> 34 #include <boost/geometry/algorithms/detail/relate/follow_helpers.hpp> 42 namespace detail { namespace relate { namespace 200 // The implementation of an algorithm calculating relate() for L/A 248 …relate::set<exterior, exterior, result_dimension<Geometry2>::value, TransposeResult>(result);// FF… in apply() 289 relate::set<exterior, interior, '2', TransposeResult>(result);// FFFFFF2Fd in apply() 310 relate::set<exterior, boundary, '1', TransposeResult>(result); in apply() 341 … relate::set<exterior, boundary, '1', TransposeResult>(result); in apply() [all …]
|
| H A D | topology_check.hpp | 16 #include <boost/geometry/algorithms/detail/relate/less.hpp> 25 namespace detail { namespace relate { namespace 217 std::sort(m_endpoints.begin(), m_endpoints.end(), relate::less()); in init() 227 std::pair<It, It> rng = std::equal_range(first, last, point, relate::less()); in count_equal() 338 }} // namespace detail::relate
|
| H A D | linear_linear.hpp | 30 #include <boost/geometry/algorithms/detail/relate/point_geometry.hpp> 31 #include <boost/geometry/algorithms/detail/relate/result.hpp> 32 #include <boost/geometry/algorithms/detail/relate/turns.hpp> 33 #include <boost/geometry/algorithms/detail/relate/boundary_checker.hpp> 34 #include <boost/geometry/algorithms/detail/relate/follow_helpers.hpp> 40 namespace detail { namespace relate { namespace 128 …relate::set<exterior, exterior, result_dimension<Geometry1>::value>(result);// FFFFFFFFd, d in [1,… in apply() 788 }} // namespace detail::relate
|
| H A D | areal_areal.hpp | 27 #include <boost/geometry/algorithms/detail/relate/point_geometry.hpp> 28 #include <boost/geometry/algorithms/detail/relate/turns.hpp> 29 #include <boost/geometry/algorithms/detail/relate/boundary_checker.hpp> 30 #include <boost/geometry/algorithms/detail/relate/follow_helpers.hpp> 36 namespace detail { namespace relate { namespace 199 // The implementation of an algorithm calculating relate() for A/A 220 …relate::set<exterior, exterior, result_dimension<Geometry2>::value>(result);// FFFFFFFFd, d in [1,… in apply() 873 }} // namespace detail::relate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | intersection_strategies.hpp | 20 #include <boost/geometry/policies/relate/intersection_points.hpp> 21 #include <boost/geometry/policies/relate/direction.hpp> 22 #include <boost/geometry/policies/relate/tupled.hpp> 73 typedef policies::relate::segments_tupled 75 policies::relate::segments_intersection_points 79 policies::relate::segments_direction
|
| H A D | disjoint.hpp | 24 #include <boost/geometry/strategies/relate.hpp> 46 : relate::services::default_strategy
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 28 #include <boost/geometry/algorithms/detail/relate/relate_impl.hpp> 33 #include <boost/geometry/algorithms/relate.hpp> 330 : detail::relate::relate_impl 340 : detail::relate::relate_impl 364 : detail::relate::relate_impl 376 : detail::relate::relate_impl 387 : detail::relate::relate_impl 399 : detail::relate::relate_impl 425 typedef typename strategy::relate::services::default_strategy in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | interface.hpp | 29 #include <boost/geometry/algorithms/detail/relate/relate_impl.hpp> 31 #include <boost/geometry/strategies/relate.hpp> 50 : detail::relate::relate_impl 109 typedef typename strategy::relate::services::default_strategy in overlaps()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relation/ |
| H A D | interface.hpp | 18 #include <boost/geometry/algorithms/detail/relate/interface.hpp> 25 namespace detail { namespace relate namespace 35 }} // namespace detail::relate 53 typename detail::relate::result_handler_type in apply() 60 resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | crosses.hpp | 29 #include <boost/geometry/algorithms/relate.hpp> 30 #include <boost/geometry/algorithms/detail/relate/relate_impl.hpp> 52 : detail::relate::relate_impl 86 typedef typename strategy::relate::services::default_strategy in apply()
|
| H A D | relate.hpp | 14 #include <boost/geometry/algorithms/detail/relate/interface.hpp> 15 #include <boost/geometry/algorithms/detail/relate/implementation.hpp>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | implementation.hpp | 45 #include <boost/geometry/algorithms/detail/relate/relate_impl.hpp> 46 #include <boost/geometry/algorithms/relate.hpp> 220 : detail::relate::relate_impl 230 // then collect_vectors is used, otherwise relate is used. 233 // and relate treat invalid geometries differently.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/ |
| H A D | multi_point.hpp | 24 #include <boost/geometry/algorithms/detail/relate/less.hpp> 66 // NOTE: currently the strategy is ignored, math::equals() is used inside relate::less 76 relate::less const less = relate::less(); in apply()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dool/dool/ |
| H A D | 0001-Fix-rename-in-docs.patch | 160 -Using dstat to relate disk-throughput with network-usage (eth0), total CPU-usage and system counte… 161 +Using dool to relate disk-throughput with network-usage (eth0), total CPU-usage and system counter… 186 -Using dstat to relate advanced cpu stats with interrupts per device: 187 +Using dool to relate advanced cpu stats with interrupts per device:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | linear_linear.hpp | 23 #include <boost/geometry/algorithms/detail/relate/turns.hpp> 175 geometry::detail::relate::turns::get_turns in compute_turns() 247 typedef typename detail::relate::turns::get_turns in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersects/ |
| H A D | implementation.hpp | 34 #include <boost/geometry/strategies/relate.hpp> 52 typedef typename strategy::relate::services::default_strategy in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/ |
| H A D | tupled.hpp | 21 namespace policies { namespace relate namespace 112 }} // namespace policies::relate
|