KFbxStreamOptionsColladaReader Class Reference

#include <kfbxstreamoptionscollada.h>

Inherits KFbxStreamOptions.

Inheritance diagram for KFbxStreamOptionsColladaReader:

Inheritance graph
List of all members.

Detailed Description

This class is used for accessing the Import options of Collada files.

The content of KfbxStreamOptionsCollada is stored in the inherited Property of its parent (KFbxStreamOptions).

Definition at line 64 of file kfbxstreamoptionscollada.h.

Public Member Functions

void Reset ()
 Reset all options to default values.
void SetTimeMode (KTime::ETimeMode pTimeMode, double pCustomFrameRate=0.0)
 Sets the Time Mode.
KTime GetFramePeriod ()
 Get the Frame Period.


Member Function Documentation

void Reset (  )  [virtual]

Reset all options to default values.

Reimplemented from KFbxStreamOptions.

void SetTimeMode ( KTime::ETimeMode  pTimeMode,
double  pCustomFrameRate = 0.0 
)

Sets the Time Mode.

Parameters:
pTimeMode The time mode to be used.
pCustomFrameRate The value of the frame rate.
Remarks:
If pTimeMode is set to KTime::eDEFAULT_MODE, pCustomFrameRate is used instead.

KTime GetFramePeriod (  ) 

Get the Frame Period.

Returns:
KTime of the Frame Period