| 199 | |
| 200 | template <class T> |
| 201 | static T |
| 202 | boxMax(IMATH_NAMESPACE::Box<T> &box) |
| 203 | { |
| 204 | return box.max; |
| 205 | } |
| 206 | |
| 207 | template <class T> |
| 208 | struct IntersectsTask : public Task |
nothing calls this directly
no outgoing calls
no test coverage detected