Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_box.hpp27 struct box_loop struct
29 typedef typename coordinate_type<BoxOut>::type coordinate_type;
31 static inline void apply(BoxIn const& box_in, T const& distance, BoxOut& box_out) in apply()
40 struct box_loop<BoxIn, BoxOut, T, C, N, N> struct
42 static inline void apply(BoxIn const&, T const&, BoxOut&) {} in apply()