OpenMaya.MEvaluationNodeIterator Class Reference

Class Description

A class providing access to the Evaluation Manager node dirty plug list.
+ Inheritance diagram for OpenMaya.MEvaluationNodeIterator:

Public Member Functions

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

Constructor & Destructor Documentation

OpenMaya.MEvaluationNodeIterator.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Member Function Documentation

OpenMaya.MEvaluationNodeIterator.isDone ( )
Checks to see if the iterator has reached the end of the iteration.
OpenMaya.MEvaluationNodeIterator.next ( )
Advances the iterator to the next position in the dirty plug list.
OpenMaya.MEvaluationNodeIterator.plug ( )
Returns the dirty plug at the current iterator position. Returns an empty plug if the iterator is illegal.
OpenMaya.MEvaluationNodeIterator.reset ( )
Resets the iterator to the first position in the dirty plug list.