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

Method name

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

Source from the content-addressed store, hash-verified

10
11namespace PyImath {
12template <> const char *PyImath::V4cArray::name() { return "V4cArray"; }
13template <> const char *PyImath::V4sArray::name() { return "V4sArray"; }
14template <> const char *PyImath::V4iArray::name() { return "V4iArray"; }
15template <> const char *PyImath::V4i64Array::name() { return "V4i64Array"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected