Uranium
Application Framework
|
Abstract iterator class. More...
Inherits object.
Inherited by UM.Scene.Iterator.BreadthFirstIterator.BreadthFirstIterator, and UM.Scene.Iterator.DepthFirstIterator.DepthFirstIterator.
Public Member Functions | |
__init__ (self, scene_node) | |
__iter__ (self) | |
Protected Member Functions | |
_fillStack (self) | |
Fills the list of nodes by a certain order. | |
Protected Attributes | |
_scene_node | |
_node_stack | |
Abstract iterator class.
|
protected |
Fills the list of nodes by a certain order.
The strategy to do this is to be defined by the child.