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

Method name

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

Source from the content-addressed store, hash-verified

22
23namespace PyImath {
24template <> const char *PyImath::C4cArray::name() { return "C4cArray"; }
25template <> const char *PyImath::C4fArray::name() { return "C4fArray"; }
26
27using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected