| 10 | |
| 11 | namespace PyImath { |
| 12 | template <> const char *PyImath::V4cArray::name() { return "V4cArray"; } |
| 13 | template <> const char *PyImath::V4sArray::name() { return "V4sArray"; } |
| 14 | template <> const char *PyImath::V4iArray::name() { return "V4iArray"; } |
| 15 | template <> const char *PyImath::V4i64Array::name() { return "V4i64Array"; } |
nothing calls this directly
no outgoing calls
no test coverage detected