Public Member Functions

KFbxAnimCurveFilterScale Class Reference

Search for all occurrences

Detailed Description

Key scale filter.

Filter to scale the keys of a set of animation curves.

Definition at line 778 of file kfbxanimcurvefilters.h.

#include <kfbxanimcurvefilters.h>

Inheritance diagram for KFbxAnimCurveFilterScale:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  KFbxAnimCurveFilterScale ()
  Constructor.
virtual  ~KFbxAnimCurveFilterScale ()
  Destructor.
virtual const char *  GetName () const
  Get the name of the filter.
virtual bool  Apply (KFbxAnimCurveNode &pCurveNode)
  Apply filter on all the curves of an animation curve node.
virtual bool  Apply (KFbxAnimCurve &pCurve)
  Apply filter on an animation curve.
virtual void  Reset ()
  Reset the filter to its default parameters.
double  GetScale () const
  GetScale.
void  SetScale (double pScale)
  SetScale.

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 (KFbxAnimCurve **pCurve, int pCount)
  Apply filter on an array of animation curves.

Constructor & Destructor Documentation

Constructor.

virtual ~KFbxAnimCurveFilterScale ( ) [inline, virtual]

Destructor.

Definition at line 785 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 796 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 797 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pObj, pAnimStack); }
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 798 of file kfbxanimcurvefilters.h.

{ return KFbxAnimCurveFilter::Apply(pCurve, pCount); }
virtual bool Apply ( KFbxAnimCurveNode pCurveNode ) [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.

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.

double GetScale ( ) const

GetScale.

Returns:
the current scale factor.
void SetScale ( double  pScale )

SetScale.

Parameters:
pScale The new scale factor.
Returns:

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

KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale
KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale KFbxAnimCurveFilterScale