Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Scene.Iterator.Iterator.Iterator Class Reference

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
 

Detailed Description

Abstract iterator class.

Member Function Documentation

◆ _fillStack()

UM.Scene.Iterator.Iterator.Iterator._fillStack (   self)
protected

Fills the list of nodes by a certain order.

The strategy to do this is to be defined by the child.


The documentation for this class was generated from the following file: