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

Method name

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

Source from the content-addressed store, hash-verified

11namespace PyImath {
12
13template <> PYIMATH_EXPORT const char * BoolArray::name() { return "BoolArray"; }
14template <> PYIMATH_EXPORT const char * SignedCharArray::name() { return "SignedCharArray"; }
15template <> PYIMATH_EXPORT const char * UnsignedCharArray::name() { return "UnsignedCharArray"; }
16template <> PYIMATH_EXPORT const char * ShortArray::name() { return "ShortArray"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected