IFXKeyFrame

The IFXKeyFrame interface, derived from IFXInstant, is used for keyframe animation and defines the time it represents.

Interface Methods

Description

IFXKeyFrame

Constructor

Time

Accesses the time

TimeConst

Accesses the time disallowing changes

operator=

Standard deep copy


IFXKeyFrame::IFXKeyFrame()

Class constructor.

Parameters:

None

Return Values:

None


IFXKeyFrame::Time()

This method accesses the time.

Parameters:

None

Return Values:

float&


IFXKeyFrame::TimeConst() Const

This method accesses the time disallowing changes.

Parameters:

None

Return Values:

float&


IFXKeyFrame::operator=(const IFXKeyFrame &operand)

Standard deep copy.

Parameters:

operand

 

Return Values:

IFXKeyFrame&

 

§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.