9 #ifndef RAMSES_SCENEOBJECTITERATOR_H
10 #define RAMSES_SCENEOBJECTITERATOR_H
16 class ObjectIteratorImpl;
51 ObjectIteratorImpl* impl;
#define RAMSES_API
Definition: APIExport.h:35
The RamsesObject is a base class for all client API objects owned by the framework.
Definition: RamsesObject.h:21
The SceneObjectIterator traverses objects in a Scene.
Definition: SceneObjectIterator.h:25
SceneObjectIterator(const Scene &scene, ERamsesObjectType objectType=ERamsesObjectType_RamsesObject)
A SceneObjectIterator can iterate through objects of given type within a scene.
~SceneObjectIterator()
Destructor.
RamsesObject * getNext()
Iterate through all objects of given type.
The Scene holds a scene graph. It is the essential class for distributing content to the ramses syste...
Definition: Scene.h:83
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
ERamsesObjectType
RamsesObject type ID.
Definition: RamsesObjectTypes.h:18
@ ERamsesObjectType_RamsesObject
Definition: RamsesObjectTypes.h:21