| 116 | |
| 117 | template<class View, class Offset> |
| 118 | forceinline void |
| 119 | DomInfo<View,Offset>::done(Offset& o) { |
| 120 | size = view.size(); |
| 121 | min = o(view).min(); |
| 122 | max = o(view).max(); |
| 123 | } |
| 124 | |
| 125 | // Propagate domain information from x to y |
| 126 | template<class View, class Offset> |