Python API 2.0 Reference
OpenMaya.MEvaluationNodeIterator Class Reference
+ Inheritance diagram for OpenMaya.MEvaluationNodeIterator:

Public Member Functions

def __init__ ()
 
def isDone ()
 
def next ()
 
def plug ()
 
def reset ()
 

Static Public Member Functions

def __new__ ()
 

Detailed Description

A class providing access to the Evaluation Manager node dirty plug list.

Constructor & Destructor Documentation

def OpenMaya.MEvaluationNodeIterator.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMaya.MEvaluationNodeIterator.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMaya.MEvaluationNodeIterator.isDone ( )
Checks to see if the iterator has reached the end of the iteration.
def OpenMaya.MEvaluationNodeIterator.next ( )
Advances the iterator to the next position in the dirty plug list.
def OpenMaya.MEvaluationNodeIterator.plug ( )
Returns the dirty plug at the current iterator position. Returns an empty plug if the iterator is illegal.
def OpenMaya.MEvaluationNodeIterator.reset ( )
Resets the iterator to the first position in the dirty plug list.