Python API 2.0 Reference: OpenMaya.MInt64Array Class Reference

+ Inheritance diagram for OpenMaya.MInt64Array:

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 MInt64 values.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

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