Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages

Keyframe Class Reference

#include <keyframe.h>

Inheritance diagram for Keyframe:

Inheritance graph
[legend]
List of all members.

Detailed Description

Animation keyframe base class.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Member Functions

 Keyframe (float fTime=0.0f)
 Keyframe (const Keyframe &rkKeyframe)
virtual ~Keyframe ()
bool operator< (const Keyframe &rkKeyframe) const
bool operator== (const Keyframe &rkKeyframe) const

Public Attributes

float m_fT


Constructor & Destructor Documentation

Keyframe float  fTime = 0.0f  )  [inline]
 

Parameters:
fTime Timestamp

Keyframe const Keyframe rkKeyframe  )  [inline]
 

Parameters:
rkKeyframe Keyframe reference object

virtual ~Keyframe  )  [inline, virtual]
 


Member Function Documentation

bool operator< const Keyframe rkKeyframe  )  const [inline]
 

Compare timestamps

Parameters:
rkKeyframe Keyframe reference object to compare with
Returns:
true if timestamp less than reference object timestamp

bool operator== const Keyframe rkKeyframe  )  const [inline]
 

Compare timestamps

Parameters:
rkKeyframe Keyframe reference object to compare with
Returns:
true if timestamp less are equal (epsilon interval)


Member Data Documentation

float m_fT
 

Timestamp in [0,1] range


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:11 2004 for NeoEngine by doxygen 1.3.5