#include<kfbxevaluationinfo.h>
Definition at line53of filekfbxevaluationinfo.h.
Create and Destroy | |
staticKFbxEvaluationInfo* | Create(KFbxSdkManager*) |
Create an instance. | |
void | Destroy() |
Destroy an allocated version of theKFbxEvaluationInfo. | |
Set and Change the evaluation info | |
fbxTime | GetTime() const |
Get time. | |
void | SetTime(fbxTimepTime) |
Set time. | |
kFbxEvaluationId | GetEvaluationId() const |
Get evaluation ID. | |
void | UpdateEvaluationId() |
Update evaluation ID, the value get one more every time. |
staticKFbxEvaluationInfo* Create | ( | KFbxSdkManager* | ) | [inline, static] |
Create an instance.
Definition at line63of filekfbxevaluationinfo.h.
void Destroy | ( | ) | [inline] |
Destroy an allocated version of theKFbxEvaluationInfo.
Definition at line70of filekfbxevaluationinfo.h.
fbxTimeGetTime | ( | ) | const[inline] |
void SetTime | ( | fbxTime | pTime | ) | [inline] |
kFbxEvaluationId GetEvaluationId | ( | ) | const[inline] |
void UpdateEvaluationId | ( | ) | [inline] |
Update evaluation ID, the value get one more every time.
Definition at line96of filekfbxevaluationinfo.h.