FbxAnimCurveKeyBase Class Reference

FbxAnimCurveKeyBase Class Reference

#include <fbxanimcurvebase.h>

Class Description

This is the base class interface for the FBX animation curve keys.

Remarks
For an example of implemented class, please see FbxAnimCurveKey.

Definition at line 29 of file fbxanimcurvebase.h.

+ Inheritance diagram for FbxAnimCurveKeyBase:

Public Member Functions

 FbxAnimCurveKeyBase ()
 Constructor. More...
 
virtual ~FbxAnimCurveKeyBase ()
 Destructor. More...
 
virtual FbxTime GetTime () const
 Get time value. More...
 
virtual void SetTime (const FbxTime &pTime)
 Set time value. More...
 

Public Attributes

FbxTime mTime
 Data member representing time value. More...
 

Constructor & Destructor Documentation

FbxAnimCurveKeyBase ( )
inline

Constructor.

Definition at line 38 of file fbxanimcurvebase.h.

39  {
41  }
#define FBXSDK_TIME_ZERO
Definition: fbxtime.h:25
FbxTime mTime
Data member representing time value.
virtual ~FbxAnimCurveKeyBase ( )
inlinevirtual

Destructor.

Definition at line 45 of file fbxanimcurvebase.h.

45 {};

Member Function Documentation

virtual FbxTime GetTime ( ) const
inlinevirtual

Get time value.

Returns
Time value.

Reimplemented in FbxAnimCurveKey.

Definition at line 50 of file fbxanimcurvebase.h.

51  {
52  return mTime;
53  }
FbxTime mTime
Data member representing time value.
virtual void SetTime ( const FbxTime pTime)
inlinevirtual

Set time value.

Parameters
pTimeTime value to set.

Reimplemented in FbxAnimCurveKey.

Definition at line 58 of file fbxanimcurvebase.h.

58  {
59  mTime = pTime;
60  }
FbxTime mTime
Data member representing time value.

Member Data Documentation

FbxTime mTime

Data member representing time value.

Definition at line 34 of file fbxanimcurvebase.h.


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