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

Method name

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

Source from the content-addressed store, hash-verified

11
12namespace PyImath {
13template <> const char *PyImath::V4fArray::name() { return "V4fArray"; }
14template <> const char *PyImath::V4dArray::name() { return "V4dArray"; }
15
16using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected