| 180 | |
| 181 | template <class T> |
| 182 | static void boxSetMin(IMATH_NAMESPACE::Box<T> &box, const T &m) |
| 183 | { |
| 184 | box.min = m; |
| 185 | } |
| 186 | |
| 187 | template <class T> |
| 188 | static void boxSetMax(IMATH_NAMESPACE::Box<T> &box, const T &m) |
nothing calls this directly
no outgoing calls
no test coverage detected