![]()  | 
  
    OGRE
    13.6
    
   Object-Oriented Graphics Rendering Engine 
   | 
 
An animation container interface, which allows generic access to sibling animations. More...
#include <OgreAnimation.h>
 Inheritance diagram for Ogre::AnimationContainer:Public Member Functions | |
| virtual | ~AnimationContainer () | 
| virtual Animation * | createAnimation (const String &name, Real length)=0 | 
| Create a new animation with a given length owned by this container.  More... | |
| virtual Animation * | getAnimation (const String &name) const =0 | 
| Retrieve an animation by name.  More... | |
| virtual Animation * | getAnimation (unsigned short index) const =0 | 
| Retrieve an animation by index.  More... | |
| virtual unsigned short | getNumAnimations (void) const =0 | 
| Gets the number of animations in this container.  More... | |
| virtual bool | hasAnimation (const String &name) const =0 | 
| Returns whether this object contains the named animation.  More... | |
| virtual void | removeAnimation (const String &name)=0 | 
| Removes an Animation from this container.  More... | |
An animation container interface, which allows generic access to sibling animations.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Gets the number of animations in this container.
Implemented in Ogre::SkeletonInstance, Ogre::Skeleton, and Ogre::Mesh.
      
  | 
  pure virtual | 
Retrieve an animation by index.
 
Implemented in Ogre::SkeletonInstance, Ogre::Skeleton, and Ogre::Mesh.
Retrieve an animation by name.
Implemented in Ogre::Skeleton, and Ogre::Mesh.
      
  | 
  pure virtual | 
Create a new animation with a given length owned by this container.
Implemented in Ogre::SkeletonInstance, Ogre::Skeleton, and Ogre::Mesh.
      
  | 
  pure virtual | 
Returns whether this object contains the named animation.
Implemented in Ogre::Skeleton, and Ogre::Mesh.
      
  | 
  pure virtual | 
Removes an Animation from this container.
Implemented in Ogre::SkeletonInstance, Ogre::Skeleton, and Ogre::Mesh.