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