Array of float values.
The MFloatArray class provides an array of single-precision Float elements using a common array interface and value semantics. See Working with M*Array Classes for more details.
def OpenMaya.MFloatArray.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
def OpenMaya.MFloatArray.__add__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__contains__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__delitem__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__getitem__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__iadd__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__imul__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__len__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__mul__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__new__ |
( |
| ) |
|
|
static |
Create and return a new object. See help(type) for accurate signature.
def OpenMaya.MFloatArray.__repr__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__rmul__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__setitem__ |
( |
| ) |
|
def OpenMaya.MFloatArray.__str__ |
( |
| ) |
|
def OpenMaya.MFloatArray.append |
( |
| ) |
|
Add a value to the end of the array.
def OpenMaya.MFloatArray.clear |
( |
| ) |
|
Remove all elements from the array.
def OpenMaya.MFloatArray.copy |
( |
| ) |
|
Replace the array contents with that of another or of a compatible Python sequence.
def OpenMaya.MFloatArray.insert |
( |
| ) |
|
Insert a new value into the array at the given index.
def OpenMaya.MFloatArray.remove |
( |
| ) |
|
Remove an element from the array.
def OpenMaya.MFloatArray.setLength |
( |
| ) |
|
Grow or shrink the array to contain a specific number of elements.
OpenMaya.MFloatArray.sizeIncrement = property(...) |
|
static |
Number of elements by which to grow the array when necessary.