OpenMayaRender.MComponentDataIndexingList Class Reference

OpenMayaRender.MComponentDataIndexingList Class Reference
+ この参照ページは、次の概要トピックと関連付けられています。

Class Description

A list of MComponentDataIndexing objects.
+ Inheritance diagram for OpenMayaRender.MComponentDataIndexingList:

Public Member Functions

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

Constructor & Destructor Documentation

OpenMayaRender.MComponentDataIndexingList.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

OpenMayaRender.MComponentDataIndexingList.__getitem__ ( )
x.__getitem__(y) <==> x[y]
OpenMayaRender.MComponentDataIndexingList.__len__ ( )
x.__len__() <==> len(x)
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.