RAMSES Documentation  27.0.130
Information for RAMSES users and developers
SceneObjectIterator.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2014 BMW Car IT GmbH
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_SCENEOBJECTITERATOR_H
10 #define RAMSES_SCENEOBJECTITERATOR_H
11 
13 
14 namespace ramses
15 {
16  class ObjectIteratorImpl;
17  class Scene;
18 
25  {
26  public:
34 
39 
47 
48  private:
50  SceneObjectIterator& operator=(const SceneObjectIterator& iterator);
51  ObjectIteratorImpl* impl;
52  };
53 }
54 
55 #endif
#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