Home
last modified time | relevance | path

Searched defs:box_box_loop (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlaps/
Dimplementation.hpp47 struct box_box_loop struct
50 static inline void apply(Box1 const& b1, Box2 const& b2, in apply()
106 struct box_box_loop<DimensionCount, DimensionCount> struct
109 static inline void apply(Box1 const& , Box2 const&, bool&, bool&, bool&) in apply()
/third_party/boost/boost/geometry/algorithms/detail/touches/
Dimplementation.hpp52 struct box_box_loop struct
55 static inline bool apply(Box1 const& b1, Box2 const& b2, bool & touch) in apply()
90 struct box_box_loop<DimensionCount, DimensionCount> struct
93 static inline bool apply(Box1 const& , Box2 const&, bool &) in apply()