#include <OgreAnimationState.h>
Inheritance diagram for Ogre::AnimationStateSet:
Public Member Functions | |
OGRE_AUTO_MUTEX | AnimationStateSet () |
Create a blank animation state set. | |
AnimationStateSet (const AnimationStateSet &rhs) | |
Create an animation set by copying the contents of another. | |
~AnimationStateSet () | |
AnimationState * | createAnimationState (const String &animName, Real timePos, Real length, Real weight=1.0, bool enabled=false) |
Create a new AnimationState instance. | |
AnimationState * | getAnimationState (const String &name) const |
Get an animation state by the name of the animation. | |
bool | hasAnimationState (const String &name) const |
Tests if state for the named animation is present. | |
void | removeAnimationState (const String &name) |
Remove animation state with the given name. | |
void | removeAllAnimationStates (void) |
Remove all animation states. | |
AnimationStateIterator | getAnimationStateIterator (void) |
Get an iterator over all the animation states in this set. | |
ConstAnimationStateIterator | getAnimationStateIterator (void) const |
Get an iterator over all the animation states in this set. | |
void | copyMatchingState (AnimationStateSet *target) const |
Copy the state of any matching animation states from this to another. | |
void | _notifyDirty (void) |
Set the dirty flag and dirty frame number on this state set. | |
unsigned long | getDirtyFrameNumber (void) const |
Get the latest animation state been altered frame number. | |
void | _notifyAnimationStateEnabled (AnimationState *target, bool enabled) |
Internal method respond to enable/disable an animation state. | |
bool | hasEnabledAnimationState (void) const |
Tests if exists enabled animation state in this set. | |
ConstEnabledAnimationStateIterator | getEnabledAnimationStateIterator (void) const |
Get an iterator over all the enabled animation states in this set. | |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Protected Attributes | |
unsigned long | mDirtyFrameNumber |
AnimationStateMap | mAnimationStates |
EnabledAnimationStateList | mEnabledAnimationStates |
Definition at line 177 of file OgreAnimationState.h.
|
Create a blank animation state set.
|
|
Create an animation set by copying the contents of another.
|
|
|
|
Internal method respond to enable/disable an animation state.
|
|
Set the dirty flag and dirty frame number on this state set.
|
|
Copy the state of any matching animation states from this to another.
|
|
Create a new AnimationState instance.
|
|
Get an animation state by the name of the animation.
|
|
Get an iterator over all the animation states in this set.
|
|
Get an iterator over all the animation states in this set.
|
|
Get the latest animation state been altered frame number.
Definition at line 226 of file OgreAnimationState.h. |
|
Get an iterator over all the enabled animation states in this set.
|
|
Tests if state for the named animation is present.
|
|
Tests if exists enabled animation state in this set.
Definition at line 231 of file OgreAnimationState.h. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Remove all animation states.
|
|
Remove animation state with the given name.
|
|
Definition at line 242 of file OgreAnimationState.h. |
|
Definition at line 241 of file OgreAnimationState.h. |
|
Definition at line 243 of file OgreAnimationState.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:46:53 2009