Public Member Functions

KFbxAnimCurveFilterTSS Class Reference

Search for all occurrences

Detailed Description

Time shift and scale filter.

Filter to shift key times and scale key values on animation curves.

Definition at line 850 of file kfbxanimcurvefilters.h.

#include <kfbxanimcurvefilters.h>

Inheritance diagram for KFbxAnimCurveFilterTSS:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  KFbxAnimCurveFilterTSS ()
  Constructor.
virtual  ~KFbxAnimCurveFilterTSS ()
  Destructor.
virtual const char *  GetName () const
  Get the name of the filter.
virtual bool  Apply (KFbxAnimCurve &pCurve)
  Apply filter on an animation curve.
virtual void  Reset ()
  Reset the filter to its default parameters.
KTime  GetShift () const
  Get time shift value.
void  SetShift (KTime &pShift)
  Set shift.
double  GetScale () const
  Get scale.
void  SetScale (double pScale)
  Set scale.

Exposed parent class methods

virtual bool  Apply (KFbxAnimStack *pAnimStack)
  Apply filter to all the curves stored in the animation stack.
virtual bool  Apply (KFbxObject *pObj, KFbxAnimStack *pAnimStack)
  Apply filter to all the animated properties of the object.
virtual bool  Apply (KFbxAnimCurveNode &pCurveNode)
  Apply filter on all the curves of an animation curve node.
virtual bool  Apply (KFbxAnimCurve **pCurve, int pCount)
  Apply filter on an array of animation curves.

Constructor & Destructor Documentation

Constructor.

virtual ~KFbxAnimCurveFilterTSS ( ) [inline, virtual]

Destructor.

Definition at line 857 of file kfbxanimcurvefilters.h.

{};

Member Function Documentation

virtual const char* GetName ( ) const [virtual]

Get the name of the filter.

Returns:
Pointer to name.

Reimplemented from KFbxAnimCurveFilter.

virtual bool Apply ( KFbxAnimStack pAnimStack ) [inline, virtual]

Apply filter to all the curves stored in the animation stack.

Parameters:
pAnimStack Animation stack where to retrieve the animation curves
Returns:
true if the curve filtering operation was successful, false otherwise.

Reimplemented from KFbxAnimCurveFilter.

Definition at line 868 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pAnimStack); }
virtual bool Apply ( KFbxObject pObj,
KFbxAnimStack pAnimStack 
) [inline, virtual]

Apply filter to all the animated properties of the object.

Parameters:
pObj Object containing the animated properties to which the filter is applied.
pAnimStack Animation stack where to retrieve the animation curves
Returns:
true if the curve filtering operation was successful, false otherwise.

Reimplemented from KFbxAnimCurveFilter.

Definition at line 869 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pObj, pAnimStack); }
virtual bool Apply ( KFbxAnimCurveNode pCurveNode ) [inline, virtual]

Apply filter on all the curves of an animation curve node.

Parameters:
pCurveNode Curve node to which the filter is applied.
Returns:
true if the curve filtering operation was successful, false otherwise.
Remarks:
This method collects all the KFbxAnimCurve objects connected to the curve node and calls Apply(KFbxAnimCurve**, int)

Reimplemented from KFbxAnimCurveFilter.

Definition at line 870 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pCurveNode); }
virtual bool Apply ( KFbxAnimCurve **  pCurve,
int  pCount 
) [inline, virtual]

Apply filter on an array of animation curves.

Parameters:
pCurve Array of curves to which the filter is applied.
pCount Number of curves in the array.
Returns:
true if the curve filtering operation was successful, false otherwise.

Reimplemented from KFbxAnimCurveFilter.

Definition at line 871 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pCurve, pCount); }
virtual bool Apply ( KFbxAnimCurve pCurve ) [virtual]

Apply filter on an animation curve.

Parameters:
pCurve Curve to which the filter is applied.
Returns:
true if the curve filtering operation was successful, false otherwise.

Implements KFbxAnimCurveFilter.

virtual void Reset ( ) [virtual]

Reset the filter to its default parameters.

Reimplemented from KFbxAnimCurveFilter.

KTime GetShift ( ) const

Get time shift value.

Returns:
The time value used for the shift.
void SetShift ( KTime pShift )

Set shift.

Parameters:
pShift The time value used for the shift.
double GetScale ( ) const

Get scale.

Returns:
The Scale Value.
void SetScale ( double  pScale )

Set scale.

Parameters:
pScale Value to be set.

The documentation for this class was generated from the following file:

KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS
KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS KFbxAnimCurveFilterTSS