Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ functions
Functions
2,179 in github.com/AcademySoftwareFoundation/Imath
⨍
Functions
2,179
◇
Types & classes
366
Method
setitem_scalar
src/python/PyImath/PyImathFixedMatrix.h:145
Method
setitem_scalar
void setitem(const boost::python::tuple& index, const T &data) { Py_ssize_t i = boost::python::extract<Py_ssize_t>(index[0]); Py_ssize_t j = boost::py
src/python/PyImath/PyImathFixedArray2D.h:257
Method
setitem_scalar
src/python/PyImath/PyImathFixedArray.h:460
Method
setitem_scalar_mask
src/python/PyImath/PyImathFixedVArray.cpp:417
Method
setitem_scalar_mask
src/python/PyImath/PyImathFixedArray2D.h:277
Method
setitem_scalar_mask
src/python/PyImath/PyImathFixedArray.h:483
Method
setitem_string_scalar
src/python/PyImath/PyImathStringArray.cpp:130
Method
setitem_string_scalar_mask
src/python/PyImath/PyImathStringArray.cpp:146
Method
setitem_string_vector
src/python/PyImath/PyImathStringArray.cpp:160
Method
setitem_string_vector_mask
src/python/PyImath/PyImathStringArray.cpp:182
Method
setitem_vector
src/python/PyImath/PyImathFixedVArray.cpp:480
Method
setitem_vector
src/python/PyImath/PyImathFixedMatrix.h:157
Method
setitem_vector
src/python/PyImath/PyImathFixedArray2D.h:287
Method
setitem_vector
src/python/PyImath/PyImathFixedArray.h:504
Method
setitem_vector_mask
src/python/PyImath/PyImathFixedVArray.cpp:516
Method
setitem_vector_mask
src/python/PyImath/PyImathFixedArray2D.h:307
Method
setitem_vector_mask
src/python/PyImath/PyImathFixedArray.h:533
Method
sharedBuffer
src/python/PyImath/PyImathBufferProtocol.cpp:100
Method
sharedBuffer
src/python/PyImath/PyImathBufferProtocol.cpp:140
Function
shearConstructor1
src/python/PyImath/PyImathShear.cpp:82
Function
shearConversionConstructor
src/python/PyImath/PyImathShear.cpp:88
Function
shearFromTuple
src/pybind11/PyBindImath/PyBindImathShear.cpp:44
Function
shearTupleConstructor
src/python/PyImath/PyImathShear.cpp:67
Method
signaling_NaN
src/Imath/half.h:958
Function
singularValueDecomposition33
src/python/PyImath/PyImathMatrix33.cpp:779
Function
singularValueDecomposition44
src/python/PyImath/PyImathMatrix44.cpp:879
Method
size
src/python/PyImath/PyImathFixedArray2D.h:374
Function
solidSphereRand
src/python/PyImath/PyImathRandom.cpp:107
Function
solidSphereRand
src/Imath/ImathRandom.h:203
Method
stride
src/python/PyImath/PyImathFixedArray2D.h:370
Method
stride
src/python/PyImath/PyImathFixedVArray.h:74
Function
sub
src/python/PyImath/PyImathColor3.cpp:230
Function
sub
src/python/PyImath/PyImathQuat.cpp:351
Function
sub
src/python/PyImath/PyImathShear.cpp:120
Function
sub
src/python/PyImath/PyImathColor4.cpp:306
Function
sub22
src/python/PyImath/PyImathMatrix22.cpp:175
Function
sub33
src/python/PyImath/PyImathMatrix33.cpp:193
Function
sub44
src/python/PyImath/PyImathMatrix44.cpp:196
Function
subtract1
src/python/PyImath/PyImathShear.cpp:200
Function
subtract2
src/python/PyImath/PyImathShear.cpp:222
Function
subtractL
src/python/PyImath/PyImathColor3.cpp:238
Function
subtractL
src/python/PyImath/PyImathColor4.cpp:314
Function
subtractLT
src/python/PyImath/PyImathColor3.cpp:251
Function
subtractLT
src/python/PyImath/PyImathColor4.cpp:342
Function
subtractR
src/python/PyImath/PyImathColor3.cpp:271
Function
subtractR
src/python/PyImath/PyImathColor4.cpp:328
Function
subtractRT
src/python/PyImath/PyImathColor3.cpp:261
Function
subtractRT
src/python/PyImath/PyImathColor4.cpp:353
Function
subtractT1
src/python/PyImath/PyImathShear.cpp:243
Function
subtractT2
src/python/PyImath/PyImathShear.cpp:260
Function
subtractTL22
src/python/PyImath/PyImathMatrix22.cpp:377
Function
subtractTL33
src/python/PyImath/PyImathMatrix33.cpp:648
Function
subtractTL44
src/python/PyImath/PyImathMatrix44.cpp:749
Function
subtractTR22
src/python/PyImath/PyImathMatrix22.cpp:390
Function
subtractTR33
src/python/PyImath/PyImathMatrix33.cpp:661
Function
subtractTR44
src/python/PyImath/PyImathMatrix44.cpp:762
Function
tanh
src/Imath/ImathMath.h:77
Function
testArithmetic
src/ImathTest/testArithmetic.cpp:17
Function
testBitPatterns
src/ImathTest/testBitPatterns.cpp:136
Function
testBox
src/ImathTest/testBox.cpp:964
Function
testBox2
()
src/python/PyImathTest/pyImathTest.py:6781
Function
testBox2
src/python/PyImathTest/main.cpp:202
Function
testBox2
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6780
Function
testBox3
()
src/python/PyImathTest/pyImathTest.py:6896
Function
testBox3
src/python/PyImathTest/main.cpp:504
Function
testBox3
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6894
Function
testBoxAlgo
src/ImathTest/testBoxAlgo.cpp:922
Function
testBoxArray
()
src/python/PyImathTest/pyImathTest.py:9331
Function
testBoxArray
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:9344
Function
testBoxConversions
()
src/python/PyImathTest/pyImathTest.py:6959
Function
testBoxConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6956
Function
testBufferProtocol
Numpy arrays and FixedArrays both now support the Python buffer protocol. This test will exercise the FixedArray implementation of the protoc
src/python/PyImathNumpyTest/pyImathNumpyTest.py:266
Function
testBufferProtocol
The buffer protocol can be used to exchange array data between python modules. For example, numpy and Pixar Vt arrays both support the buffer
src/python/PyImathTest/pyImathTest.py:10648
Function
testBufferProtocol
The buffer protocol can be used to exchange array data between python modules. For example, numpy and Pixar Vt arrays both support the buffer
src/pybind11/PyBindImathTest/pyBindImathTest.py:10661
Function
testC3
src/python/PyImathTest/main.cpp:807
Function
testC3Array
()
src/python/PyImathTest/pyImathTest.py:8858
Function
testC3Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8870
Function
testC4
src/python/PyImathTest/main.cpp:992
Function
testC4Array
()
src/python/PyImathTest/pyImathTest.py:8768
Function
testC4Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8780
Function
testCenter
src/ImathTest/testInterval.cpp:506
Function
testCenter
src/ImathTest/testBox.cpp:664
Function
testClassification
src/ImathTest/testClassification.cpp:120
Function
testColor
src/ImathTest/testColor.cpp:23
Function
testColor3
()
src/python/PyImathTest/pyImathTest.py:8030
Function
testColor3
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8044
Function
testColor4
()
src/python/PyImathTest/pyImathTest.py:8204
Function
testColor4
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8217
Function
testColor4Array2D
()
src/python/PyImathTest/pyImathTest.py:10758
Function
testColor4Array2D
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:10771
Function
testColorConversions
()
src/python/PyImathTest/pyImathTest.py:8256
Function
testColorConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8268
Function
testComparators
src/ImathTest/testInterval.cpp:269
Function
testComparators
src/ImathTest/testBox.cpp:363
Function
testConstructors
src/ImathTest/testInterval.cpp:29
Function
testConstructors
src/ImathTest/testBox.cpp:76
Function
testDenormalizedConversionError
src/ImathTest/testError.cpp:69
Function
testEuler
()
src/python/PyImathTest/pyImathTest.py:7582
Function
testEuler
src/python/PyImathTest/main.cpp:1151
Function
testEuler
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:7595
← previous
next →
1,801–1,900 of 2,179, ranked by callers