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

Class MObjectArray

source code

OpenMaya.MObjectArray --+
                        |
         Abstract --+   |
                    |   |
            ArrayBase --+
                        |
                       MObjectArray

Wrap MObject to make it compatible to pythonic contructs.
Notes:
Instance Methods [hide private]
 
__iter__(self)
Returns: iterator object
source code
 
__getitem__(self, index)
Copy the MObjects we return to assure their ref count gets incremented
source code

Inherited from ArrayBase: __len__, __setitem__

Class Methods [hide private]

Inherited from ArrayBase: mfromIter, mfromList, mfromMultiple

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

__iter__(self)

source code 
Returns:
iterator object