/third_party/boost/boost/geometry/algorithms/detail/covered_by/ |
D | implementation.hpp | 32 namespace detail { namespace covered_by { namespace 64 struct covered_by<Point, Box, point_tag, box_tag> struct 75 struct covered_by<Box1, Box2, box_tag, box_tag> struct 90 struct covered_by<Point1, Point2, point_tag, point_tag> struct 91 : public detail::covered_by::use_point_in_geometry 95 struct covered_by<Point, MultiPoint, point_tag, multi_point_tag> struct 96 : public detail::covered_by::use_point_in_geometry 100 struct covered_by<MultiPoint, Point, multi_point_tag, point_tag> struct 105 struct covered_by<MultiPoint1, MultiPoint2, multi_point_tag, multi_point_tag> struct 112 struct covered_by<Point, Segment, point_tag, segment_tag> struct [all …]
|
D | interface.hpp | 49 struct covered_by struct 59 struct covered_by struct 71 return dispatch::covered_by<Geometry1, Geometry2>::apply(geometry1, in apply() 81 typedef typename strategy::covered_by::services::default_strategy in apply() 87 return covered_by::apply(geometry1, geometry2, strategy_type()); in apply() 97 struct covered_by struct 104 return resolve_strategy::covered_by in apply() 110 struct covered_by<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct 124 return covered_by<Geometry1, Geometry2> in operator ()() 140 struct covered_by<Geometry1, boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct [all …]
|
/third_party/boost/libs/geometry/test/algorithms/within/ |
D | within_pointlike_geometry.cpp | 263 BOOST_CHECK_EQUAL(bg::covered_by(Point(-90, 85), poly_n1, ws), true); in test_spherical_geographic() 264 BOOST_CHECK_EQUAL(bg::covered_by(Point(90, 85), poly_n1, ws), true); in test_spherical_geographic() 266 BOOST_CHECK_EQUAL(bg::covered_by(Point(90, 90), poly_n1, ws), true); in test_spherical_geographic() 267 BOOST_CHECK_EQUAL(bg::covered_by(Point(0, 90), poly_n1, ws), true); in test_spherical_geographic() 268 BOOST_CHECK_EQUAL(bg::covered_by(Point(45, 90), poly_n1, ws), true); in test_spherical_geographic() 275 BOOST_CHECK_EQUAL(bg::covered_by(Point(-90, 85), poly_n2, ws), true); in test_spherical_geographic() 276 BOOST_CHECK_EQUAL(bg::covered_by(Point(90, 75), poly_n2, ws), true); in test_spherical_geographic() 278 BOOST_CHECK_EQUAL(bg::covered_by(Point(-90, 75), poly_n2, ws), false); in test_spherical_geographic() 296 BOOST_CHECK_EQUAL(bg::covered_by(Point(0, 85), poly_n3, ws), true); in test_spherical_geographic() 297 BOOST_CHECK_EQUAL(bg::covered_by(Point(45, 85), poly_n3, ws), true); in test_spherical_geographic() [all …]
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | relops1.cpp | 16 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main() 17 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::spherical_point_box()); in test_main() 24 bg::covered_by(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main() 25 bg::covered_by(g.pt, g.b, bg::strategy::covered_by::spherical_point_box()); in test_main() 26 bg::covered_by(g.b, g.b, bg::strategy::covered_by::cartesian_box_box()); in test_main() 27 bg::covered_by(g.b, g.b, bg::strategy::covered_by::spherical_box_box()); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/covered_by/ |
D | covered_by.cpp | 125 BOOST_CHECK_EQUAL(bg::covered_by(point_type(2, 2, 2), box), true); in test_3d() 126 BOOST_CHECK_EQUAL(bg::covered_by(point_type(2, 4, 2), box), true); in test_3d() 127 BOOST_CHECK_EQUAL(bg::covered_by(point_type(2, 2, 4), box), true); in test_3d() 128 BOOST_CHECK_EQUAL(bg::covered_by(point_type(2, 2, 5), box), false); in test_3d() 149 BOOST_CHECK_EQUAL(bg::covered_by(p1, poly2), true); in test_mixed_of() 150 BOOST_CHECK_EQUAL(bg::covered_by(p2, poly1), true); in test_mixed_of() 151 BOOST_CHECK_EQUAL(bg::covered_by(p2, box1), true); in test_mixed_of() 152 BOOST_CHECK_EQUAL(bg::covered_by(p1, box2), true); in test_mixed_of() 153 BOOST_CHECK_EQUAL(bg::covered_by(box1, box2), true); in test_mixed_of() 154 BOOST_CHECK_EQUAL(bg::covered_by(box2, box1), false); in test_mixed_of()
|
D | test_covered_by.hpp | 40 return bg::covered_by(geometry1, geometry2, strategy); in call_covered_by() 48 return bg::covered_by(geometry1, geometry2); in call_covered_by() 79 typedef typename bg::strategy::covered_by::services::default_strategy in test_geometry()
|
D | Jamfile | 17 test-suite boost-geometry-algorithms-covered_by 19 [ run covered_by.cpp : : : : algorithms_covered_by ]
|
D | Jamfile.v2 | 17 test-suite boost-geometry-algorithms-covered_by 19 [ run covered_by.cpp : : : : algorithms_covered_by ]
|
/third_party/boost/libs/geometry/doc/generated/ |
D | covered_by.qbk | 16 [section:covered_by_2 covered_by] 18 '''<indexterm><primary>covered_by</primary></indexterm>''' 26 bool covered_by(Geometry1 const & geometry1, Geometry2 const & geometry2)`` 48 `#include <boost/geometry/algorithms/covered_by.hpp>` 50 [include reference/algorithms/covered_by.qbk] 52 [covered_by] 58 [section:covered_by_3_with_strategy covered_by (with strategy)] 60 '''<indexterm><primary>covered_by</primary></indexterm>''' 68 bool covered_by(Geometry1 const & geometry1, Geometry2 const & geometry2, Strategy const & strategy… 91 `#include <boost/geometry/algorithms/covered_by.hpp>` [all …]
|
/third_party/boost/boost/geometry/strategies/ |
D | disjoint.hpp | 54 : strategy::covered_by::services::default_strategy<Point, Box> 59 : strategy::covered_by::services::default_strategy<Point, Box> 64 : strategy::covered_by::services::default_strategy 73 : strategy::covered_by::services::default_strategy
|
/third_party/boost/boost/geometry/index/detail/algorithms/ |
D | bounds.hpp | 153 return geometry::covered_by(g, b); in apply() 159 return geometry::covered_by(g, b, typename Strategy::covered_by_point_box_strategy_type()); in apply() 168 return geometry::covered_by(g, b); in apply() 174 return geometry::covered_by(g, b, typename Strategy::covered_by_box_box_strategy_type()); in apply() 187 return geometry::covered_by(view_type(g, default_strategy()), b); in apply() 197 return geometry::covered_by(view_type(g, strategy), b, in apply()
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | covered_by.cpp | 28 bool check_covered = bg::covered_by(poly1, poly2); in main() 37 check_covered = bg::covered_by(poly1, poly3); in main() 45 check_covered = bg::covered_by(poly1, poly1); in main()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | point_in_box.cpp | 31 bool detected_covered_by = bg::covered_by(point, box); in test_box_of() 41 detected_covered_by = bg::covered_by(point, box, covered_by_strategy); in test_box_of() 47 detected_within = bg::covered_by(point, box, within_strategy); in test_box_of()
|
/third_party/boost/libs/geometry/doc/index/generated/ |
D | predicates.qbk | 8 …b921ef96af464d9590 `covered_by(Geometry const &)`]][Generate [^[link group__predicates_1ga02dbb7cc… 51 [section covered_by(Geometry const &)] 52 '''<indexterm><primary>covered_by</primary></indexterm>''' 53 Generate [^[link group__predicates_1ga02dbb7cca47de0b921ef96af464d9590 covered_by()]] predicate. 56 …e covered by passed Geometry. Value is returned by the query if [^`bg::covered_by(Indexable, Geome… 59 /unspecified/ `covered_by``(``Geometry const &` `g``)` 76 bgi::query(spatial_index, bgi::covered_by(box), std::back_inserter(result)); 88 …s that cover passed Geometry. Value is returned by the query if [^`bg::covered_by(Geometry, Indexa…
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | disjoint_segment_box.hpp | 49 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 69 strategy::covered_by::spherical_point_box(), in apply()
|
D | index.hpp | 66 typedef geometry::strategy::covered_by::spherical_point_box covered_by_point_box_strategy_type; 67 typedef geometry::strategy::covered_by::spherical_box_box covered_by_box_box_strategy_type;
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | handle_self_turns.hpp | 50 covered_by(Strategy const& strategy) in covered_by() function 68 covered_by(Strategy const&) in covered_by() function 116 ? ! geometry::covered_by(turn.point, geometry1, in apply() 117 check_within_strategy<point_type, Geometry1>::covered_by(strategy)) in apply()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | disjoint_segment_box.hpp | 69 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 92 strategy::covered_by::spherical_point_box(), in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | linear_areal.hpp | 75 return !geometry::covered_by(p, g2, strategy); in apply() 196 return !geometry::covered_by(p, polygon, in apply() 236 return !geometry::covered_by(p, ring, in apply()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_in_box.hpp | 259 namespace covered_by namespace 305 typedef covered_by::cartesian_point_box type; 318 typedef covered_by::spherical_point_box type;
|
D | index.hpp | 69 typedef geometry::strategy::covered_by::cartesian_point_box covered_by_point_box_strategy_type; 70 typedef geometry::strategy::covered_by::cartesian_box_box covered_by_box_box_strategy_type;
|
D | point_in_poly_winding.hpp | 130 typedef covered_by::cartesian_point_box disjoint_point_box_strategy_type; 291 namespace strategy { namespace covered_by { namespace services namespace
|
/third_party/boost/boost/geometry/index/detail/rtree/utilities/ |
D | are_boxes_ok.hpp | 77 result = m_is_root || geometry::covered_by(box_exp, m_box); in operator ()() 100 result = geometry::covered_by(box_exp, m_box); in operator ()()
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | within.qbk | 35 * [link geometry.reference.algorithms.covered_by covered_by]
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | rtree_values.cpp | 74 BOOST_CHECK(bg::covered_by(rt.indexable_get()(std::make_pair(box, 0)), rt.bounds())); in test_pair() 75 …BOOST_CHECK(bg::covered_by(rt.indexable_get()(std::make_pair(box, (unsigned short)0)), rt.bounds()… in test_pair()
|