OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::Animation Member List

This is the complete list of members for Ogre::Animation, including all inherited members.

_applyBaseKeyFrame()Ogre::Animation
_collectIdentityNodeTracks(TrackHandleList &tracks) constOgre::Animation
_destroyNodeTracks(const TrackHandleList &tracks)Ogre::Animation
_getNodeTrackList(void) constOgre::Animation
_getNumericTrackList(void) constOgre::Animation
_getTimeIndex(Real timePos) constOgre::Animation
_getVertexTrackList(void) constOgre::Animation
_keyFrameListChanged(void)Ogre::Animationinline
_notifyContainer(AnimationContainer *c)Ogre::Animation
Animation(const String &name, Real length)Ogre::Animation
apply(Real timePos, Real weight=1.0, Real scale=1.0f)Ogre::Animation
apply(Skeleton *skeleton, Real timePos, Real weight=1.0, Real scale=1.0f)Ogre::Animation
apply(Skeleton *skeleton, Real timePos, float weight, const AnimationState::BoneBlendMask *blendMask, Real scale)Ogre::Animation
apply(Entity *entity, Real timePos, Real weight, bool software, bool hardware)Ogre::Animation
applyToAnimable(const AnimableValuePtr &anim, Real timePos, Real weight=1.0, Real scale=1.0f)Ogre::Animation
applyToNode(Node *node, Real timePos, Real weight=1.0, Real scale=1.0f)Ogre::Animation
applyToVertexData(VertexData *data, Real timePos, Real weight=1.0)Ogre::Animation
clone(const String &newName) constOgre::Animation
createNodeTrack(unsigned short handle)Ogre::Animation
createNodeTrack(unsigned short handle, Node *node)Ogre::Animation
createNumericTrack(unsigned short handle)Ogre::Animation
createNumericTrack(unsigned short handle, const AnimableValuePtr &anim)Ogre::Animation
createVertexTrack(unsigned short handle, VertexAnimationType animType)Ogre::Animation
createVertexTrack(unsigned short handle, VertexData *data, VertexAnimationType animType)Ogre::Animation
destroyAllNodeTracks(void)Ogre::Animation
destroyAllNumericTracks(void)Ogre::Animation
destroyAllTracks(void)Ogre::Animation
destroyAllVertexTracks(void)Ogre::Animation
destroyNodeTrack(unsigned short handle)Ogre::Animation
destroyNumericTrack(unsigned short handle)Ogre::Animation
destroyVertexTrack(unsigned short handle)Ogre::Animation
getBaseKeyFrameAnimationName() constOgre::Animation
getBaseKeyFrameTime() constOgre::Animation
getContainer()Ogre::Animation
getDefaultInterpolationMode(void)Ogre::Animationstatic
getDefaultRotationInterpolationMode(void)Ogre::Animationstatic
getInterpolationMode(void) constOgre::Animation
getLength(void) constOgre::Animation
getName(void) constOgre::Animation
getNodeTrack(unsigned short handle) constOgre::Animation
getNodeTrackIterator(void) constOgre::Animationinline
getNumericTrack(unsigned short handle) constOgre::Animation
getNumericTrackIterator(void) constOgre::Animationinline
getNumNodeTracks(void) constOgre::Animation
getNumNumericTracks(void) constOgre::Animation
getNumVertexTracks(void) constOgre::Animation
getRotationInterpolationMode(void) constOgre::Animation
getUseBaseKeyFrame() constOgre::Animation
getVertexTrack(unsigned short handle) constOgre::Animation
getVertexTrackIterator(void) constOgre::Animationinline
hasNodeTrack(unsigned short handle) constOgre::Animation
hasNumericTrack(unsigned short handle) constOgre::Animation
hasVertexTrack(unsigned short handle) constOgre::Animation
IM_LINEAR enum valueOgre::Animation
IM_SPLINE enum valueOgre::Animation
InterpolationMode enum nameOgre::Animation
NodeTrackIterator typedefOgre::Animation
NodeTrackList typedefOgre::Animation
NumericTrackIterator typedefOgre::Animation
NumericTrackList typedefOgre::Animation
optimise(bool discardIdentityNodeTracks=true)Ogre::Animation
RIM_LINEAR enum valueOgre::Animation
RIM_SPHERICAL enum valueOgre::Animation
RotationInterpolationMode enum nameOgre::Animation
setDefaultInterpolationMode(InterpolationMode im)Ogre::Animationstatic
setDefaultRotationInterpolationMode(RotationInterpolationMode im)Ogre::Animationstatic
setInterpolationMode(InterpolationMode im)Ogre::Animation
setLength(Real len)Ogre::Animation
setRotationInterpolationMode(RotationInterpolationMode im)Ogre::Animation
setUseBaseKeyFrame(bool useBaseKeyFrame, Real keyframeTime=0.0f, const String &baseAnimName=BLANKSTRING)Ogre::Animation
TrackHandleList typedefOgre::Animation
VertexTrackIterator typedefOgre::Animation
VertexTrackList typedefOgre::Animation
~Animation()Ogre::Animationvirtual