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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected