deAnimationKeyframeList Class Reference

Animation Keyframe List. More...

#include <deAnimationKeyframeList.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deAnimationKeyframeList ()
 Creates a new animation keyframe list.
 ~deAnimationKeyframeList ()
 Cleans up the animation keyframe list.
Keyframe Management
int GetKeyframeCount () const
 Retrieves the count of keyframes.
deAnimationKeyframeGetKeyframe (int index) const
 Retrieves the keyframe at the given index.
void AddKeyframe (deAnimationKeyframe *keyframe)
 Adds a new keyframe.
int GetLeadingKeyframe (int startkf, float time) const
 Retrieves the index of the keyframe the biggest time right before or exactly at the given time.

Detailed Description

Animation Keyframe List.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deAnimationKeyframeList::deAnimationKeyframeList (  )

Creates a new animation keyframe list.

deAnimationKeyframeList::~deAnimationKeyframeList (  )

Cleans up the animation keyframe list.


Member Function Documentation

void deAnimationKeyframeList::AddKeyframe ( deAnimationKeyframe keyframe )

Adds a new keyframe.

deAnimationKeyframe* deAnimationKeyframeList::GetKeyframe ( int  index ) const

Retrieves the keyframe at the given index.

int deAnimationKeyframeList::GetKeyframeCount (  ) const [inline]

Retrieves the count of keyframes.

int deAnimationKeyframeList::GetLeadingKeyframe ( int  startkf,
float  time 
) const

Retrieves the index of the keyframe the biggest time right before or exactly at the given time.

This function is depracted and will be removed soon.


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