OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::VertexMorphKeyFrame Class Reference

Specialised KeyFrame which stores absolute vertex positions for a complete buffer, designed to be interpolated with other keys in the same track. More...

#include <OgreKeyFrame.h>

+ Inheritance diagram for Ogre::VertexMorphKeyFrame:
+ Collaboration diagram for Ogre::VertexMorphKeyFrame:

Public Member Functions

 VertexMorphKeyFrame (const AnimationTrack *parent, Real time)
 Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. More...
 
 ~VertexMorphKeyFrame ()
 
KeyFrame_clone (AnimationTrack *newParent) const
 Clone a keyframe (internal use only) More...
 
Real getTime (void) const
 Gets the time of this keyframe in the animation sequence. More...
 
const
HardwareVertexBufferSharedPtr
getVertexBuffer (void) const
 Gets the vertex buffer containing positions for this keyframe. More...
 
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 *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 
void setVertexBuffer (const HardwareVertexBufferSharedPtr &buf)
 Sets the vertex buffer containing the source positions for this keyframe. More...
 

Protected Attributes

HardwareVertexBufferSharedPtr mBuffer
 
const AnimationTrackmParentTrack
 
Real mTime
 

Detailed Description

Specialised KeyFrame which stores absolute vertex positions for a complete buffer, designed to be interpolated with other keys in the same track.

Definition at line 153 of file OgreKeyFrame.h.

Constructor & Destructor Documentation

Ogre::VertexMorphKeyFrame::VertexMorphKeyFrame ( const AnimationTrack parent,
Real  time 
)

Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.

Ogre::VertexMorphKeyFrame::~VertexMorphKeyFrame ( )
inline

Definition at line 158 of file OgreKeyFrame.h.

Member Function Documentation

KeyFrame* Ogre::VertexMorphKeyFrame::_clone ( AnimationTrack newParent) const
virtual

Clone a keyframe (internal use only)

Reimplemented from Ogre::KeyFrame.

Real Ogre::KeyFrame::getTime ( void  ) const
inlineinherited

Gets the time of this keyframe in the animation sequence.

Definition at line 65 of file OgreKeyFrame.h.

const HardwareVertexBufferSharedPtr& Ogre::VertexMorphKeyFrame::getVertexBuffer ( void  ) const

Gets the vertex buffer containing positions for this keyframe.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 101 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 107 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 112 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 118 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 72 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 90 of file OgreMemoryAllocatedObject.h.

void Ogre::VertexMorphKeyFrame::setVertexBuffer ( const HardwareVertexBufferSharedPtr buf)

Sets the vertex buffer containing the source positions for this keyframe.

Remarks
We assume that positions are the first 3 float elements in this buffer, although we don't necessarily assume they're the only ones in there.
Parameters
bufVertex buffer link; will not be modified so can be shared read-only data

Member Data Documentation

HardwareVertexBufferSharedPtr Ogre::VertexMorphKeyFrame::mBuffer
protected

Definition at line 175 of file OgreKeyFrame.h.

const AnimationTrack* Ogre::KeyFrame::mParentTrack
protectedinherited

Definition at line 73 of file OgreKeyFrame.h.

Real Ogre::KeyFrame::mTime
protectedinherited

Definition at line 72 of file OgreKeyFrame.h.


The documentation for this class was generated from the following file: