Home
last modified time | relevance | path

Searched defs:box_box (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/strategies/cartesian/
Ddisjoint_box_box.hpp46 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/
Dimplementation.hpp79 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/
Dimplementation.hpp114 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/
Dimplementation.hpp99 struct box_box struct
102 static inline bool apply(Box1 const& b1, Box2 const& b2, Strategy const& /*strategy*/) in apply()