KFbxTakeInfo
#include<kfbxtakeinfo.h>

List of all members.

Detailed Description

Contains take information prefetched from an imported file and exported to an output file.

Definition at line71of filekfbxtakeinfo.h.


Public Types

enum EImportOffsetType
 EImportOffsetType Import offset types.More...

Public Member Functions

 KFbxTakeInfo()
 Constructor.
KFbxThumbnailGetTakeThumbnail()
 Get the take thumbnail.
void SetTakeThumbnail(KFbxThumbnail*pTakeThumbnail)
 Set the take thumbnail.

Public Attributes

KString mName
 Take name.
KString mImportName
 Take name once imported in a scene.
KString mDescription
 Take description.
bool mSelect
 Import/export flag.
KTimeSpan mLocalTimeSpan
 Local time span, set to animation interval if left to default value.
KTimeSpan mReferenceTimeSpan
 Reference time span, set to animation interval if left to default value.
KTime mImportOffset
 Time value to offset the animation keys once imported in a scene.
EImportOffsetType mImportOffsetType
 Import offset type.

Member Enumeration Documentation

EImportOffsetType Import offset types.

  • eABSOLUTE
  • eRELATIVE

Definition at line114of filekfbxtakeinfo.h.

Constructor&Destructor Documentation

Constructor.

Member Function Documentation

KFbxThumbnail* GetTakeThumbnail( ) 

Get the take thumbnail.

Returns:
Pointer to the thumbnail.

void SetTakeThumbnail(KFbxThumbnailpTakeThumbnail ) 

Set the take thumbnail.

Parameters:
pTakeThumbnail The referenced thumbnail object.

Member Data Documentation

Take name.

Definition at line81of filekfbxtakeinfo.h.

Take name once imported in a scene.

Modify it if it has to be different than the take name in the imported file.

Remarks:
This field is only used when importing a scene.

Definition at line87of filekfbxtakeinfo.h.

Take description.

Definition at line90of filekfbxtakeinfo.h.

Import/export flag.

Set totrueby default. Set tofalseif the take must not be imported or exported.

Definition at line95of filekfbxtakeinfo.h.

Local time span, set to animation interval if left to default value.

Definition at line98of filekfbxtakeinfo.h.

Reference time span, set to animation interval if left to default value.

Definition at line101of filekfbxtakeinfo.h.

Time value to offset the animation keys once imported in a scene.

Modify it if the animation of a take must be offset. Its effect depends on the state ofmImportOffsetType.

Remarks:
This field is only used when importing a scene.

Definition at line108of filekfbxtakeinfo.h.

Import offset type.

If set toeABSOLUTE,mImportOffsetgives the absolute time of the first animation key and the appropriate time shift is applied to all of the other animation keys. If set toeRELATIVE,mImportOffsetgives the relative time shift applied to all the animation keys.

Definition at line127of filekfbxtakeinfo.h.