#include
<kfbxevaluationinfo.h>
Definition at line 56 of file kfbxevaluationinfo.h.
Create and Destroy |
|
static KFbxEvaluationInfo * | Create (KFbxSdkManager *) |
Create an instance. |
|
void | Destroy () |
Destroy an allocated version of the
KFbxEvaluationInfo.
|
|
Set and Change the evaluation info |
|
fbxTime | GetTime () const |
Get time. |
|
void | SetTime (fbxTime pTime) |
Set time. |
|
kFbxEvaluationId | GetEvaluationId () const |
Get evaluation ID. |
|
void | UpdateEvaluationId () |
Update evaluation ID, the value get one more
every time. |
static KFbxEvaluationInfo* Create | ( | KFbxSdkManager * | ) | [inline, static] |
Create an instance.
Definition at line 66 of file kfbxevaluationinfo.h.
void Destroy | ( | ) | [inline] |
Destroy an allocated version of the KFbxEvaluationInfo.
Definition at line 73 of file kfbxevaluationinfo.h.
fbxTime GetTime | ( | ) | const [inline] |
void SetTime | ( | fbxTime | pTime | ) | [inline] |
Set time.
pTime | The given time value . |
Definition at line 91 of file kfbxevaluationinfo.h.
kFbxEvaluationId GetEvaluationId | ( | ) | const [inline] |
void UpdateEvaluationId | ( | ) | [inline] |
Update evaluation ID, the value get one more every time.
Definition at line 99 of file kfbxevaluationinfo.h.