KFbxStreamOptionsMotionWriter
#include<kfbxstreamoptionsmotion.h>

Inheritance diagram for KFbxStreamOptionsMotionWriter:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class is used for the Export options of Motion files.

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

Definition at line177of filekfbxstreamoptionsmotion.h.


Public Member Functions

void Reset()
 Reset all the options to default value.
void SetTimeMode(KTime::ETimeModepTimeMode, double pCustomFrameRate=0.0)
 Sets the Time Mode.
KTime::ETimeMode GetTimeMode()
 Sets the Time Mode.
KTime GetStart()
 Gets the Start Time.
int GetFrameCount()
 Gets the Frame Count.
double GetFrameRate()
 Gets the Frame Rate.
void SetStart(KTimepStartTime)
 Sets the Start Time.
void SetFrameCount(int pFrameCount)
 Sets the Frame Count.
KTime GetFramePeriod()
 Gets the Frame Period.

Member Function Documentation

void Reset( ) [virtual]

Reset all the options to default value.

Reimplemented fromKFbxStreamOptions.

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.

KTime::ETimeModeGetTimeMode( ) [inline]

Sets the Time Mode.

Returns:
the time mode.

Definition at line196of filekfbxstreamoptionsmotion.h.

KTimeGetStart( ) [inline]

Gets the Start Time.

Returns:
the Start Time (KTime)

Definition at line201of filekfbxstreamoptionsmotion.h.

ReferencesKFbxStreamOptions::GetOption().

int GetFrameCount( ) [inline]

Gets the Frame Count.

Returns:
the Total Frame Count

Definition at line206of filekfbxstreamoptionsmotion.h.

ReferencesKFbxStreamOptions::GetOption().

double GetFrameRate( ) [inline]

Gets the Frame Rate.

Returns:
the Frame Rate

Definition at line211of filekfbxstreamoptionsmotion.h.

ReferencesKFbxStreamOptions::GetOption().

void SetStart(KTime pStartTime ) [inline]

Sets the Start Time.

Parameters:
pStartTime the start time to be set.

Definition at line216of filekfbxstreamoptionsmotion.h.

ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().

void SetFrameCount(int pFrameCount ) [inline]

Sets the Frame Count.

Parameters:
pFrameCount the frame count to be set.

Definition at line221of filekfbxstreamoptionsmotion.h.

ReferencesKFbxStreamOptions::GetOption(), andKFbxProperty::Set().

KTimeGetFramePeriod( ) 

Gets the Frame Period.

Returns:
the Frame Period (KTime).