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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected