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

Method wrap

src/python/PyImath/PyImathRandom.cpp:311–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309//
310
311PyObject *
312Rand32::wrap (const IMATH_NAMESPACE::Rand32 &r)
313{
314 boost::python::return_by_value::apply <IMATH_NAMESPACE::Rand32>::type converter;
315 PyObject *p = converter (r);
316 return p;
317}
318
319PyObject *
320Rand48::wrap (const IMATH_NAMESPACE::Rand48 &r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected