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

Method name

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

Source from the content-addressed store, hash-verified

10
11namespace PyImath {
12template <> const char *PyImath::V2sArray::name() { return "V2sArray"; }
13template <> const char *PyImath::V2iArray::name() { return "V2iArray"; }
14template <> const char *PyImath::V2i64Array::name() { return "V2i64Array"; }
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected