MCPcopy Create free account

hub / github.com/AcademySoftwareFoundation/Imath / functions

Functions2,179 in github.com/AcademySoftwareFoundation/Imath

Methodsetitem_scalar
src/python/PyImath/PyImathFixedMatrix.h:145
Methodsetitem_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
Methodsetitem_scalar
src/python/PyImath/PyImathFixedArray.h:460
Methodsetitem_scalar_mask
src/python/PyImath/PyImathFixedVArray.cpp:417
Methodsetitem_scalar_mask
src/python/PyImath/PyImathFixedArray2D.h:277
Methodsetitem_scalar_mask
src/python/PyImath/PyImathFixedArray.h:483
Methodsetitem_string_scalar
src/python/PyImath/PyImathStringArray.cpp:130
Methodsetitem_string_scalar_mask
src/python/PyImath/PyImathStringArray.cpp:146
Methodsetitem_string_vector
src/python/PyImath/PyImathStringArray.cpp:160
Methodsetitem_string_vector_mask
src/python/PyImath/PyImathStringArray.cpp:182
Methodsetitem_vector
src/python/PyImath/PyImathFixedVArray.cpp:480
Methodsetitem_vector
src/python/PyImath/PyImathFixedMatrix.h:157
Methodsetitem_vector
src/python/PyImath/PyImathFixedArray2D.h:287
Methodsetitem_vector
src/python/PyImath/PyImathFixedArray.h:504
Methodsetitem_vector_mask
src/python/PyImath/PyImathFixedVArray.cpp:516
Methodsetitem_vector_mask
src/python/PyImath/PyImathFixedArray2D.h:307
Methodsetitem_vector_mask
src/python/PyImath/PyImathFixedArray.h:533
MethodsharedBuffer
src/python/PyImath/PyImathBufferProtocol.cpp:100
MethodsharedBuffer
src/python/PyImath/PyImathBufferProtocol.cpp:140
FunctionshearConstructor1
src/python/PyImath/PyImathShear.cpp:82
FunctionshearConversionConstructor
src/python/PyImath/PyImathShear.cpp:88
FunctionshearFromTuple
src/pybind11/PyBindImath/PyBindImathShear.cpp:44
FunctionshearTupleConstructor
src/python/PyImath/PyImathShear.cpp:67
Methodsignaling_NaN
src/Imath/half.h:958
FunctionsingularValueDecomposition33
src/python/PyImath/PyImathMatrix33.cpp:779
FunctionsingularValueDecomposition44
src/python/PyImath/PyImathMatrix44.cpp:879
Methodsize
src/python/PyImath/PyImathFixedArray2D.h:374
FunctionsolidSphereRand
src/python/PyImath/PyImathRandom.cpp:107
FunctionsolidSphereRand
src/Imath/ImathRandom.h:203
Methodstride
src/python/PyImath/PyImathFixedArray2D.h:370
Methodstride
src/python/PyImath/PyImathFixedVArray.h:74
Functionsub
src/python/PyImath/PyImathColor3.cpp:230
Functionsub
src/python/PyImath/PyImathQuat.cpp:351
Functionsub
src/python/PyImath/PyImathShear.cpp:120
Functionsub
src/python/PyImath/PyImathColor4.cpp:306
Functionsub22
src/python/PyImath/PyImathMatrix22.cpp:175
Functionsub33
src/python/PyImath/PyImathMatrix33.cpp:193
Functionsub44
src/python/PyImath/PyImathMatrix44.cpp:196
Functionsubtract1
src/python/PyImath/PyImathShear.cpp:200
Functionsubtract2
src/python/PyImath/PyImathShear.cpp:222
FunctionsubtractL
src/python/PyImath/PyImathColor3.cpp:238
FunctionsubtractL
src/python/PyImath/PyImathColor4.cpp:314
FunctionsubtractLT
src/python/PyImath/PyImathColor3.cpp:251
FunctionsubtractLT
src/python/PyImath/PyImathColor4.cpp:342
FunctionsubtractR
src/python/PyImath/PyImathColor3.cpp:271
FunctionsubtractR
src/python/PyImath/PyImathColor4.cpp:328
FunctionsubtractRT
src/python/PyImath/PyImathColor3.cpp:261
FunctionsubtractRT
src/python/PyImath/PyImathColor4.cpp:353
FunctionsubtractT1
src/python/PyImath/PyImathShear.cpp:243
FunctionsubtractT2
src/python/PyImath/PyImathShear.cpp:260
FunctionsubtractTL22
src/python/PyImath/PyImathMatrix22.cpp:377
FunctionsubtractTL33
src/python/PyImath/PyImathMatrix33.cpp:648
FunctionsubtractTL44
src/python/PyImath/PyImathMatrix44.cpp:749
FunctionsubtractTR22
src/python/PyImath/PyImathMatrix22.cpp:390
FunctionsubtractTR33
src/python/PyImath/PyImathMatrix33.cpp:661
FunctionsubtractTR44
src/python/PyImath/PyImathMatrix44.cpp:762
Functiontanh
src/Imath/ImathMath.h:77
FunctiontestArithmetic
src/ImathTest/testArithmetic.cpp:17
FunctiontestBitPatterns
src/ImathTest/testBitPatterns.cpp:136
FunctiontestBox
src/ImathTest/testBox.cpp:964
FunctiontestBox2
()
src/python/PyImathTest/pyImathTest.py:6781
FunctiontestBox2
src/python/PyImathTest/main.cpp:202
FunctiontestBox2
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6780
FunctiontestBox3
()
src/python/PyImathTest/pyImathTest.py:6896
FunctiontestBox3
src/python/PyImathTest/main.cpp:504
FunctiontestBox3
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6894
FunctiontestBoxAlgo
src/ImathTest/testBoxAlgo.cpp:922
FunctiontestBoxArray
()
src/python/PyImathTest/pyImathTest.py:9331
FunctiontestBoxArray
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:9344
FunctiontestBoxConversions
()
src/python/PyImathTest/pyImathTest.py:6959
FunctiontestBoxConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:6956
FunctiontestBufferProtocol
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
FunctiontestBufferProtocol
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
FunctiontestBufferProtocol
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
FunctiontestC3
src/python/PyImathTest/main.cpp:807
FunctiontestC3Array
()
src/python/PyImathTest/pyImathTest.py:8858
FunctiontestC3Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8870
FunctiontestC4
src/python/PyImathTest/main.cpp:992
FunctiontestC4Array
()
src/python/PyImathTest/pyImathTest.py:8768
FunctiontestC4Array
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8780
FunctiontestCenter
src/ImathTest/testInterval.cpp:506
FunctiontestCenter
src/ImathTest/testBox.cpp:664
FunctiontestClassification
src/ImathTest/testClassification.cpp:120
FunctiontestColor
src/ImathTest/testColor.cpp:23
FunctiontestColor3
()
src/python/PyImathTest/pyImathTest.py:8030
FunctiontestColor3
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8044
FunctiontestColor4
()
src/python/PyImathTest/pyImathTest.py:8204
FunctiontestColor4
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8217
FunctiontestColor4Array2D
()
src/python/PyImathTest/pyImathTest.py:10758
FunctiontestColor4Array2D
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:10771
FunctiontestColorConversions
()
src/python/PyImathTest/pyImathTest.py:8256
FunctiontestColorConversions
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:8268
FunctiontestComparators
src/ImathTest/testInterval.cpp:269
FunctiontestComparators
src/ImathTest/testBox.cpp:363
FunctiontestConstructors
src/ImathTest/testInterval.cpp:29
FunctiontestConstructors
src/ImathTest/testBox.cpp:76
FunctiontestDenormalizedConversionError
src/ImathTest/testError.cpp:69
FunctiontestEuler
()
src/python/PyImathTest/pyImathTest.py:7582
FunctiontestEuler
src/python/PyImathTest/main.cpp:1151
FunctiontestEuler
()
src/pybind11/PyBindImathTest/pyBindImathTest.py:7595
← previousnext →1,801–1,900 of 2,179, ranked by callers