#include <fbxanimcurvebase.h>
This is the base class interface for the FBX animation curve keys.
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... | |
      
  | 
  inline | 
Constructor.
Definition at line 38 of file fbxanimcurvebase.h.
      
  | 
  inlinevirtual | 
      
  | 
  inlinevirtual | 
Get time value.
Reimplemented in FbxAnimCurveKey.
Definition at line 50 of file fbxanimcurvebase.h.
      
  | 
  inlinevirtual | 
Set time value.
| pTime | Time value to set. | 
Reimplemented in FbxAnimCurveKey.
Definition at line 58 of file fbxanimcurvebase.h.
| FbxTime mTime | 
Data member representing time value.
Definition at line 34 of file fbxanimcurvebase.h.