Searched defs:box_box (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | disjoint_box_box.hpp | 46 struct box_box struct 48 static inline bool apply(Box1 const& box1, Box2 const& box2) in apply() 68 struct box_box<Box1, Box2, DimensionCount, DimensionCount> struct 70 static inline bool apply(Box1 const& , Box2 const& ) in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/equals/ |
D | implementation.hpp | 79 struct box_box struct 82 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply() 94 struct box_box<DimensionCount, DimensionCount> struct 97 static inline bool apply(Box1 const& , Box2 const& , Strategy const& ) in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/overlaps/ |
D | implementation.hpp | 114 struct box_box struct 117 static inline bool apply(Box1 const& b1, Box2 const& b2, Strategy const& /*strategy*/) in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 99 struct box_box struct 102 static inline bool apply(Box1 const& b1, Box2 const& b2, Strategy const& /*strategy*/) in apply()
|