| 11 | |
| 12 | namespace PyImath { |
| 13 | template <> const char *PyImath::V3fArray::name() { return "V3fArray"; } |
| 14 | template <> const char *PyImath::V3dArray::name() { return "V3dArray"; } |
| 15 | |
| 16 | using namespace boost::python; |
nothing calls this directly
no outgoing calls
no test coverage detected