RAMSES Documentation  27.0.130
Information for RAMSES users and developers
AnimationSystemObjectIterator.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2015 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_ANIMATIONSYSTEMOBJECTITERATOR_H
10 #define RAMSES_ANIMATIONSYSTEMOBJECTITERATOR_H
11 
13 
14 namespace ramses
15 {
16  class AnimationSystemIteratorImpl;
17  class AnimationSystem;
18 
25  {
26  public:
34 
40 
49 
50  private:
53  AnimationSystemIteratorImpl* impl;
54  };
55 }
56 
57 #endif
#define RAMSES_API
Definition: APIExport.h:35
The AnimationSystemObjectIterator iterates over objects of given type in an AnimationSystem.
Definition: AnimationSystemObjectIterator.h:25
AnimationSystemObjectIterator(const AnimationSystem &animationSystem, ERamsesObjectType objectType=ERamsesObjectType_RamsesObject)
A AnimationSystemObjectIterator can iterate through objects of given type within an animation system.
RamsesObject * getNext()
Iterate through all objects of given type.
The AnimationSystem holds all animation related data.
Definition: AnimationSystem.h:57
The RamsesObject is a base class for all client API objects owned by the framework.
Definition: RamsesObject.h:21
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