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