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

Function testV2Array

src/python/PyImathTest/pyImathTest.py:2637–2644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2635 return
2636
2637def testV2Array ():
2638
2639 print ("V2iArray")
2640 testV2xArray (V2iArray, V2i, IntArray)
2641 print ("V2fArray")
2642 testV2xArray (V2fArray, V2f, FloatArray)
2643 print ("V2dArray")
2644 testV2xArray (V2dArray, V2d, DoubleArray)
2645
2646testList.append (('testV2Array',testV2Array))
2647

Callers

nothing calls this directly

Calls 1

testV2xArrayFunction · 0.70

Tested by

no test coverage detected