| 34 | template <> const char *BoxName<IMATH_NAMESPACE::V3d>::value = "Box3d"; |
| 35 | |
| 36 | template <> PYIMATH_EXPORT const char *PyImath::Box2sArray::name() { return "Box2sArray"; } |
| 37 | template <> PYIMATH_EXPORT const char *PyImath::Box2iArray::name() { return "Box2iArray"; } |
| 38 | template <> PYIMATH_EXPORT const char *PyImath::Box2i64Array::name() { return "Box2i64Array"; } |
| 39 | template <> PYIMATH_EXPORT const char *PyImath::Box2fArray::name() { return "Box2fArray"; } |
nothing calls this directly
no outgoing calls
no test coverage detected