| 27 | |
| 28 | namespace PyImath { |
| 29 | template<> const char PYIMATH_EXPORT *PyImath::M44fArray::name() { return "M44fArray"; } |
| 30 | template<> const char PYIMATH_EXPORT *PyImath::M44dArray::name() { return "M44dArray"; } |
| 31 | |
| 32 | using namespace boost::python; |
nothing calls this directly
no outgoing calls
no test coverage detected