MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / name

Method name

src/python/PyImath/PyImathMatrix33.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace PyImath {
28
29template<> const char *PyImath::M33fArray::name() { return "M33fArray"; }
30template<> const char *PyImath::M33dArray::name() { return "M33dArray"; }
31
32using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected