/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 67 static inline bool apply(Point const& point, Box const& box, Strategy const& strategy) in apply() 75 struct covered_by<Box1, Box2, box_tag, box_tag> struct 78 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply() 90 struct covered_by<Point1, Point2, point_tag, point_tag> struct 95 struct covered_by<Point, MultiPoint, point_tag, multi_point_tag> struct 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 62 static inline bool apply(Geometry1 const& geometry1, in apply() 77 static inline bool apply(Geometry1 const& geometry1, in apply() 97 struct covered_by struct 100 static inline bool apply(Geometry1 const& geometry1, in apply() 110 struct covered_by<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct 113 struct visitor: boost::static_visitor<bool> 131 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry1, in apply() 140 struct covered_by<Geometry1, boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct [all …]
|
/third_party/boost/boost/geometry/strategies/ |
D | covered_by.hpp | 35 namespace strategy { namespace covered_by namespace
|
/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
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | box_in_box.hpp | 288 namespace covered_by namespace 358 namespace covered_by { namespace services namespace
|
D | point_in_point.hpp | 110 namespace strategy { namespace covered_by { namespace services namespace
|
D | point_in_box.hpp | 259 namespace covered_by namespace
|
D | point_in_poly_winding.hpp | 291 namespace strategy { namespace covered_by { namespace services namespace
|
D | intersection.hpp | 823 namespace covered_by { namespace services namespace
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_in_point.hpp | 161 namespace strategy { namespace covered_by { namespace services namespace
|
D | point_in_poly_winding.hpp | 590 namespace strategy { namespace covered_by { namespace services namespace
|
D | intersection.hpp | 1042 namespace covered_by { namespace services namespace
|
/third_party/boost/boost/geometry/index/ |
D | predicates.hpp | 79 covered_by(Geometry const& g) in covered_by() function
|
/third_party/boost/libs/geometry/test/algorithms/within/ |
D | within_pointlike_geometry.cpp | 438 bool covered_by = boost::geometry::covered_by(p, r); in test_tickets() local
|
/third_party/boost/libs/geometry/index/test/rtree/ |
D | test_rtree.hpp | 960 void covered_by(Rtree const& tree, std::vector<Value> const& input, Box const& qbox) in covered_by() function
|