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

Method name

src/python/PyImath/PyImathBox.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34template <> const char *BoxName<IMATH_NAMESPACE::V3d>::value = "Box3d";
35
36template <> PYIMATH_EXPORT const char *PyImath::Box2sArray::name() { return "Box2sArray"; }
37template <> PYIMATH_EXPORT const char *PyImath::Box2iArray::name() { return "Box2iArray"; }
38template <> PYIMATH_EXPORT const char *PyImath::Box2i64Array::name() { return "Box2i64Array"; }
39template <> PYIMATH_EXPORT const char *PyImath::Box2fArray::name() { return "Box2fArray"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected