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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected