|
OGRE
1.9.0
|
A key frame in an animation sequence defined by an AnimationTrack. More...
#include <OgreKeyFrame.h>

Public Member Functions | |
| KeyFrame (const AnimationTrack *parent, Real time) | |
| Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. | |
| virtual | ~KeyFrame () |
| virtual KeyFrame * | _clone (AnimationTrack *newParent) const |
| Clone a keyframe (internal use only) | |
| Real | getTime (void) const |
| Gets the time of this keyframe in the animation sequence. | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz) |
| 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, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz) |
| 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, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
Protected Attributes | |
| const AnimationTrack * | mParentTrack |
| Real | mTime |
A key frame in an animation sequence defined by an AnimationTrack.
Definition at line 56 of file OgreKeyFrame.h.
| Ogre::KeyFrame::KeyFrame | ( | const AnimationTrack * | parent, |
| Real | time ) |
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.
Referenced by _clone(), Ogre::NumericKeyFrame::_clone(), Ogre::TransformKeyFrame::_clone(), Ogre::VertexMorphKeyFrame::_clone(), and Ogre::VertexPoseKeyFrame::_clone().
|
virtual |
Definition at line 63 of file OgreKeyFrame.h.
|
virtual |
Clone a keyframe (internal use only)
Reimplemented in Ogre::NumericKeyFrame, Ogre::TransformKeyFrame, Ogre::VertexMorphKeyFrame, and Ogre::VertexPoseKeyFrame.
References KeyFrame().
| Real Ogre::KeyFrame::getTime | ( | void | ) | const |
Gets the time of this keyframe in the animation sequence.
Definition at line 66 of file OgreKeyFrame.h.
References mTime.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
protected |
Definition at line 74 of file OgreKeyFrame.h.
|
protected |
Definition at line 73 of file OgreKeyFrame.h.
Referenced by getTime().
1.13.2