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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected