Package mrv :: Package maya :: Package nt :: Module apipatch :: Class MIntArray
[hide private]
[frames] | no frames]

Class MIntArray

source code

OpenMaya.MIntArray --+
                     |
      Abstract --+   |
                 |   |
         ArrayBase --+
                     |
                    MIntArray

Attach additional creator functions
Instance Methods [hide private]

Inherited from ArrayBase: __len__, __setitem__

Class Methods [hide private]
 
mfromRange(cls, i, j)
Returns: An MIntArray initialized with integers ranging from i to j
source code

Inherited from ArrayBase: mfromIter, mfromList, mfromMultiple

Class Variables [hide private]
  _apicls = api.MIntArray
Method Details [hide private]

mfromRange(cls, i, j)
Class Method

source code 
Parameters:
  • i - first integer of the returned array
  • j - last integer of returned array will have the value j-1
Returns:
An MIntArray initialized with integers ranging from i to j