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

Method name

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

Source from the content-addressed store, hash-verified

29
30namespace PyImath {
31template <> const char *PyImath::C3cArray::name() { return "C3cArray"; }
32template <> const char *PyImath::C3fArray::name() { return "C3fArray"; }
33
34using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected