Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/covered_by/
Dimplementation.hpp32 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 …]
Dinterface.hpp49 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/
Dcovered_by.hpp35 namespace strategy { namespace covered_by namespace
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dhandle_self_turns.hpp50 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/
Dbox_in_box.hpp288 namespace covered_by namespace
358 namespace covered_by { namespace services namespace
Dpoint_in_point.hpp110 namespace strategy { namespace covered_by { namespace services namespace
Dpoint_in_box.hpp259 namespace covered_by namespace
Dpoint_in_poly_winding.hpp291 namespace strategy { namespace covered_by { namespace services namespace
Dintersection.hpp823 namespace covered_by { namespace services namespace
/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_in_point.hpp161 namespace strategy { namespace covered_by { namespace services namespace
Dpoint_in_poly_winding.hpp590 namespace strategy { namespace covered_by { namespace services namespace
Dintersection.hpp1042 namespace covered_by { namespace services namespace
/third_party/boost/boost/geometry/index/
Dpredicates.hpp79 covered_by(Geometry const& g) in covered_by() function
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin_pointlike_geometry.cpp438 bool covered_by = boost::geometry::covered_by(p, r); in test_tickets() local
/third_party/boost/libs/geometry/index/test/rtree/
Dtest_rtree.hpp960 void covered_by(Rtree const& tree, std::vector<Value> const& input, Box const& qbox) in covered_by() function