Home
last modified time | relevance | path

Searched defs:within (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/boost/geometry/algorithms/detail/within/
Dimplementation.hpp55 namespace detail { namespace within { namespace
87 struct within<Point, Box, point_tag, box_tag> struct
90 static inline bool apply(Point const& point, Box const& box, Strategy const& strategy) in apply()
98 struct within<Box1, Box2, box_tag, box_tag> struct
101 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply()
112 struct within<Point1, Point2, point_tag, point_tag> struct
117 struct within<Point, MultiPoint, point_tag, multi_point_tag> struct
122 struct within<MultiPoint, Point, multi_point_tag, point_tag> struct
127 struct within<MultiPoint1, MultiPoint2, multi_point_tag, multi_point_tag> struct
134 struct within<Point, Segment, point_tag, segment_tag> struct
[all …]
Dinterface.hpp54 struct within struct
66 struct within struct
69 static inline bool apply(Geometry1 const& geometry1, in apply()
79 static inline bool apply(Geometry1 const& geometry1, in apply()
100 struct within struct
103 static inline bool apply(Geometry1 const& geometry1, in apply()
118 struct within<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
121 struct visitor: boost::static_visitor<bool>
142 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry1, in apply()
152 struct within<Geometry1, boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
[all …]
Dwithin_no_turns.hpp26 namespace detail_dispatch { namespace within { namespace
208 namespace detail { namespace within { namespace
Dpoint_in_geometry.hpp46 namespace detail { namespace within { namespace
101 namespace detail_dispatch { namespace within { namespace
361 namespace detail { namespace within { namespace
Dmulti_point.hpp44 namespace detail { namespace within { namespace
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin_pointlike_geometry.cpp194 bool within = bg::within(Point(-179.3, 71.27), wrangel); in test_spherical_geographic() local
413 bool within = boost::geometry::within(p, r); in test_tickets() local
426 bool within = boost::geometry::within(p, r); in test_tickets() local
436 bool within = boost::geometry::within(p, r); in test_tickets() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_point.hpp41 namespace detail { namespace within namespace
74 namespace strategy { namespace within namespace
Dbox_in_box.hpp35 namespace within namespace
327 namespace within { namespace services namespace
Dpoint_in_poly_franklin.hpp31 namespace strategy { namespace within namespace
Dpoint_in_poly_crossings_multiply.hpp31 namespace strategy { namespace within namespace
/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_in_point.hpp54 namespace detail { namespace within namespace
135 namespace strategy { namespace within namespace
/third_party/boost/boost/geometry/strategies/
Dwithin.hpp34 namespace strategy { namespace within namespace
/third_party/boost/boost/geometry/strategies/agnostic/
Dpoint_in_point.hpp26 namespace strategy { namespace within namespace
Dpoint_in_poly_winding.hpp35 namespace strategy { namespace within namespace
Dpoint_in_box_by_side.hpp34 namespace within namespace
Dpoint_in_poly_oriented_winding.hpp27 namespace strategy { namespace within namespace
/third_party/boost/boost/geometry/strategies/geographic/
Dpoint_in_poly_winding.hpp21 namespace strategy { namespace within namespace
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dhandle_self_turns.hpp43 within(Strategy const& strategy) in within() function
61 within(Strategy const& ) in within() function
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_ring.hpp223 struct within struct
232 static inline bool apply(Point const& point, in apply()
/third_party/boost/boost/icl/detail/
Dset_algo.hpp66 inline bool within(const SetType& sub, const SetType& super) in within() function
Dinterval_set_algo.hpp107 within(const LeftT&, const RightT&) in within() function
116 within(const LeftT& sub, const RightT& super) in within() function
132 within(const LeftT& sub, const RightT& super) in within() function
147 within(const LeftT& sub, const RightT& super) in within() function
/third_party/boost/boost/geometry/index/
Dpredicates.hpp266 within(Geometry const& g) in within() function
/third_party/boost/boost/python/detail/
Ddefaults_def.hpp78 scope within(name_space); in name_space_def() local
/third_party/boost/boost/geometry/strategies/concepts/
Dwithin_concept.hpp251 namespace within namespace
/third_party/boost/boost/icl/concept/
Delement_associator.hpp56 within(const typename Type::key_type& key, const Type& super) in within() function
68 within(const SubT& sub, const SuperT& super) in within() function

12