Python API 2.0 Reference
OpenMayaRender.MComponentDataIndexingList Class Reference
+ Inheritance diagram for OpenMayaRender.MComponentDataIndexingList:

Public Member Functions

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

Static Public Member Functions

def __new__ ()
 

Detailed Description

A list of MComponentDataIndexing objects.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

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

Remove a MComponentDataIndexing from the list.