Python API 2.0 Reference: OpenMaya.MMatrixArray Class Reference

+ Inheritance diagram for OpenMaya.MMatrixArray:

Public Member Functions

__add__ ()
 
__contains__ ()
 
__delitem__ ()
 
__getitem__ ()
 
__iadd__ ()
 
__imul__ ()
 
__init__ ()
 
__len__ ()
 
__mul__ ()
 
__repr__ ()
 
__rmul__ ()
 
__setitem__ ()
 
__str__ ()
 
append ()
 
clear ()
 
copy ()
 
insert ()
 
remove ()
 
setLength ()
 

Static Public Member Functions

__new__ ()
 

Properties

 sizeIncrement
 

Detailed Description

Array of MMatrix values.

Constructor & Destructor Documentation

OpenMaya.MMatrixArray.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

OpenMaya.MMatrixArray.__add__ ( )
Return self+value.
OpenMaya.MMatrixArray.__contains__ ( )
Return key in self.
OpenMaya.MMatrixArray.__delitem__ ( )
Delete self[key].
OpenMaya.MMatrixArray.__getitem__ ( )
Return self[key].
OpenMaya.MMatrixArray.__iadd__ ( )
Implement self+=value.
OpenMaya.MMatrixArray.__imul__ ( )
Implement self*=value.
OpenMaya.MMatrixArray.__len__ ( )
Return len(self).
OpenMaya.MMatrixArray.__mul__ ( )
Return self*value.
OpenMaya.MMatrixArray.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
OpenMaya.MMatrixArray.__repr__ ( )
Return repr(self).
OpenMaya.MMatrixArray.__rmul__ ( )
Return value*self.
OpenMaya.MMatrixArray.__setitem__ ( )
Set self[key] to value.
OpenMaya.MMatrixArray.__str__ ( )
Return str(self).
OpenMaya.MMatrixArray.append ( )
Add a value to the end of the array.
OpenMaya.MMatrixArray.clear ( )
Remove all elements from the array.
OpenMaya.MMatrixArray.copy ( )
Replace the array contents with that of another or of a compatible Python sequence.
OpenMaya.MMatrixArray.insert ( )
Insert a new value into the array at the given index.
OpenMaya.MMatrixArray.remove ( )
Remove an element from the array.
OpenMaya.MMatrixArray.setLength ( )
Grow or shrink the array to contain a specific number of elements.

Property Documentation

OpenMaya.MMatrixArray.sizeIncrement
static
 Number of elements by which to grow the array when necessary.