Python API 2.0 Reference: OpenMayaRender.MComponentDataIndexingList Class Reference

OpenMayaRender.MComponentDataIndexingList Class Reference
+ Inheritance diagram for OpenMayaRender.MComponentDataIndexingList:

Public Member Functions

__getitem__ ()
 
__init__ ()
 
__len__ ()
 
append ()
 
clear ()
 
remove ()
 

Static Public Member Functions

__new__ ()
 

Detailed Description

A list of MComponentDataIndexing objects.

Constructor & Destructor Documentation

OpenMayaRender.MComponentDataIndexingList.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

OpenMayaRender.MComponentDataIndexingList.__getitem__ ( )
Return self[key].
OpenMayaRender.MComponentDataIndexingList.__len__ ( )
Return len(self).
OpenMayaRender.MComponentDataIndexingList.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
OpenMayaRender.MComponentDataIndexingList.append ( )
append(MComponentDataIndexing) -> bool

Add a MComponentDataIndexing to the list. Creates and stores a copy which is owned by the list.
OpenMayaRender.MComponentDataIndexingList.clear ( )
clear() -> self

Clear the list.
OpenMayaRender.MComponentDataIndexingList.remove ( )
remove(index) -> bool

Remove a MComponentDataIndexing from the list.