Package mrv :: Package maya :: Package nt :: Module base :: Class SingleIndexedComponent
[hide private]
[frames] | no frames]

Class SingleIndexedComponent

source code

OpenMaya.MObject --+    
                   |    
           Component --+
                       |
                      SingleIndexedComponent

precreated class for ease-of-use
Nested Classes [hide private]

Inherited from Component: _base_cls_

Instance Methods [hide private]
 
getElements(self)
Returns: MIntArray containing the indices this component represents
source code
 
elements(self)
Returns: MIntArray containing the indices this component represents
source code

Inherited from Component: __new__, addElement, addElements

Class Methods [hide private]

Inherited from Component: create, getMFnType

Class Variables [hide private]
  _mfnType = api.MFn.kSingleIndexedComponent
hash(x)

Inherited from Component: __metaclass__, _mfn_suffix_

Method Details [hide private]

getElements(self)

source code 
Returns:
MIntArray containing the indices this component represents

elements(self)

source code 
Returns:
MIntArray containing the indices this component represents