KFbxEvaluationInfo
#include<kfbxevaluationinfo.h>

List of all members.

Detailed Description

This class contains evaluation info.

Definition at line53of filekfbxevaluationinfo.h.


Create and Destroy

staticKFbxEvaluationInfoCreate(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.

Member Function Documentation

staticKFbxEvaluationInfo* Create(KFbxSdkManager ) [inline, static]

Create an instance.

Returns:
The pointer to the created instance.

Definition at line63of filekfbxevaluationinfo.h.

void Destroy( ) [inline]

Destroy an allocated version of theKFbxEvaluationInfo.

Definition at line70of filekfbxevaluationinfo.h.

fbxTimeGetTime( ) const[inline]

Get time.

Returns:
The time value.

Definition at line84of filekfbxevaluationinfo.h.

void SetTime(fbxTime pTime ) [inline]

Set time.

Parameters:
pTime The given time value .

Definition at line88of filekfbxevaluationinfo.h.

kFbxEvaluationId GetEvaluationId( ) const[inline]

Get evaluation ID.

Returns:
The evaluation ID.

Definition at line93of filekfbxevaluationinfo.h.

void UpdateEvaluationId( ) [inline]

Update evaluation ID, the value get one more every time.

Definition at line96of filekfbxevaluationinfo.h.