#include <skTreeNode.h>
Public Methods | |
skTreeNodeListIterator (const skTreeNode &) | |
Constructor - creates an iterator for the given treenode. | |
~skTreeNodeListIterator () | |
Default constructor. | |
skTreeNode * | operator() () |
returns the next child of the treenode. | |
void | reset () |
resets the iteration to the start of the list of children in the treenode. |