OpenMaya.MTimeArray Class Reference
         
    
      
        
          | OpenMaya.MTimeArray.__init__ | ( |  | ) |  | 
      
 
x.__init__(...) initializes x; see help(type(x)) for signature
 
 
 
      
        
          | OpenMaya.MTimeArray.__add__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__contains__ | ( |  | ) |  | 
      
 
x.__contains__(y) <==> y in x
 
 
 
      
        
          | OpenMaya.MTimeArray.__delitem__ | ( |  | ) |  | 
      
 
x.__delitem__(y) <==> del x[y]
 
 
 
      
        
          | OpenMaya.MTimeArray.__delslice__ | ( |  | ) |  | 
      
 
x.__delslice__(i, j) <==> del x[i:j]
Use of negative indices is not supported.
 
 
 
      
        
          | OpenMaya.MTimeArray.__getitem__ | ( |  | ) |  | 
      
 
x.__getitem__(y) <==> x[y]
 
 
 
      
        
          | OpenMaya.MTimeArray.__getslice__ | ( |  | ) |  | 
      
 
x.__getslice__(i, j) <==> x[i:j]
Use of negative indices is not supported.
 
 
 
      
        
          | OpenMaya.MTimeArray.__iadd__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__imul__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__len__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__mul__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__repr__ | ( |  | ) |  | 
      
 
x.__repr__() <==> repr(x)
 
 
 
      
        
          | OpenMaya.MTimeArray.__rmul__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.__setitem__ | ( |  | ) |  | 
      
 
x.__setitem__(i, y) <==> x[i]=y
 
 
 
      
        
          | OpenMaya.MTimeArray.__setslice__ | ( |  | ) |  | 
      
 
x.__setslice__(i, j, y) <==> x[i:j]=y
Use  of negative indices is not supported.
 
 
 
      
        
          | OpenMaya.MTimeArray.__str__ | ( |  | ) |  | 
      
 
 
      
        
          | OpenMaya.MTimeArray.append | ( |  | ) |  | 
      
 
Add a value to the end of the array.
 
 
 
      
        
          | OpenMaya.MTimeArray.clear | ( |  | ) |  | 
      
 
Remove all elements from the array.
 
 
 
      
        
          | OpenMaya.MTimeArray.copy | ( |  | ) |  | 
      
 
Replace the array contents with that of another or of a compatible Python sequence.
 
 
 
      
        
          | OpenMaya.MTimeArray.insert | ( |  | ) |  | 
      
 
Insert a new value into the array at the given index.
 
 
 
      
        
          | OpenMaya.MTimeArray.remove | ( |  | ) |  | 
      
 
Remove an element from the array.
 
 
 
      
        
          | OpenMaya.MTimeArray.setLength | ( |  | ) |  | 
      
 
Grow or shrink the array to contain a specific number of elements.
 
 
 
  
  | 
        
          | OpenMaya.MTimeArray.sizeIncrement |  | static | 
 
 Number of elements by which to grow the array when necessary.