9 #ifndef RAMSES_SCENEGRAPHITERATOR_H
10 #define RAMSES_SCENEGRAPHITERATOR_H
75 class SceneGraphIteratorImpl*
impl;
#define RAMSES_API
Definition: APIExport.h:35
The Node is the base class of all nodes and provides scene graph functionality which propagates to it...
Definition: Node.h:23
A SceneObjectIterator can iterate through the nodes in the scene graph with the order specified as tr...
Definition: SceneGraphIterator.h:30
SceneGraphIterator(const SceneGraphIterator &other)
Copy constructor of SceneGraphIterator.
~SceneGraphIterator()
Destructor.
SceneGraphIterator(Node &startNode, ETreeTraversalStyle traversalStyle, ERamsesObjectType objectType=ERamsesObjectType_Node)
Constructor for SceneGraphIterator. A SceneObjectIterator can iterate through the nodes in the scene ...
Node * getNext()
Returns the next node while iterating.
SceneGraphIterator & operator=(const SceneGraphIterator &other)
Assignment operator of SceneGraphIterator.
class SceneGraphIteratorImpl * impl
Stores internal data for implementation specifics of SceneGraphIterator.
Definition: SceneGraphIterator.h:75
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
ETreeTraversalStyle
Tree traversal style.
Definition: SceneGraphIterator.h:19
@ ETreeTraversalStyle_BreadthFirst
Definition: SceneGraphIterator.h:21
@ ETreeTraversalStyle_DepthFirst
Definition: SceneGraphIterator.h:20
ERamsesObjectType
RamsesObject type ID.
Definition: RamsesObjectTypes.h:18
@ ERamsesObjectType_Node
Definition: RamsesObjectTypes.h:28