#include<kfbxkfcurvefilters.h>List of all members.
Detailed Description
Resampling filter.
Definition at line642of filekfbxkfcurvefilters.h.
Member Function Documentation
| const char* GetName | ( | | ) | [virtual] |
| KTime&GetStartTime | ( | | ) | [virtual] |
| void SetStartTime | ( | KTime& | pTime | ) | [virtual] |
| KTime&GetStopTime | ( | | ) | [virtual] |
| void SetStopTime | ( | KTime& | pTime | ) | [virtual] |
| int GetStartKey | ( | KFCurve& | pCurve | ) | [virtual] |
Get the Start Key.
- Parameters:
| pCurve | Curve on which we want to retrieve the start key |
- Returns:
- The position of the start key
Reimplemented fromKFbxKFCurveFilters.
| int GetStopKey | ( | KFCurve& | pCurve | ) | [virtual] |
Get the Stop Key.
- Parameters:
| pCurve | Curve on which we want to retrieve the stop key |
- Returns:
- The position of the stop key
Reimplemented fromKFbxKFCurveFilters.
| bool NeedApply | ( | KFCurveNode& | pCurveNode, |
| | bool | pRecursive=true | |
| ) | | | [virtual] |
Check if theKFCurveNodeneed an application of the filter.
- Parameters:
| pCurveNode | Curve to test if it needs application of filter |
| pRecursive | Check recursively through the Curve |
- Returns:
trueif theKFCurveNodeneed an application of the filter.
Reimplemented fromKFbxKFCurveFilters.
| bool NeedApply | ( | KFCurve** | pCurve, |
| | int | pCount | |
| ) | | | [virtual] |
Check if oneKFCurvein an array need an application of the filter.
- Parameters:
| pCurve | Array of Curves to test if it needs application of filter |
| pCount | Number of Curves in array to test |
- Returns:
trueif oneKFCurvein an array need an application of the filter.
Reimplemented fromKFbxKFCurveFilters.
| bool NeedApply | ( | KFCurve& | pCurve | ) | [virtual] |
Check if aKFCurveneed an application of the filter.
- Parameters:
| pCurve | Curve to test if it needs application of filter |
- Returns:
trueif theKFCurveneed an application of the filter.
Reimplemented fromKFbxKFCurveFilters.
| int GetLastErrorID | ( | | ) | const |
Get last error ID.
- Returns:
- Last error ID.
| const char* GetLastErrorString | ( | | ) | const |
Get last error name.
- Returns:
- Last error name.
| bool Apply | ( | KFCurveNode& | pCurveNode, |
| | bool | pRecursive=true | |
| ) | | | [virtual] |
Apply filter on aKFCurveNode.
- Parameters:
| pCurveNode | Curve to apply the filter |
| pRecursive | Apply recursively through the Curve |
- Returns:
trueif successful,falseotherwise.
Reimplemented fromKFbxKFCurveFilters.
| bool Apply | ( | KFCurve** | pCurve, |
| | int | pCount | |
| ) | | | [virtual] |
Apply filter on a number ofKFCurve.
- Parameters:
| pCurve | Array of Curve to apply the filter |
| pCount | Number of Curves in array to apply the filter |
- Returns:
trueif successful,falseotherwise.
Reimplemented fromKFbxKFCurveFilters.
| bool Apply | ( | KFCurve& | pCurve | ) | [virtual] |
Apply filter on aKFCurve.
- Parameters:
| pCurve | Curve to apply the filter |
- Returns:
trueif successful,falseotherwise.
Reimplemented fromKFbxKFCurveFilters.
| void SetKeysOnFrame | ( | bool | pKeysOnFrame | ) | |
Set if the keys are on frame.
- Parameters:
| pKeysOnFrame | value if keys are set on frame multiples. |
Get if the keys are on frame.
- Returns:
- Value if keys are on frame multiples.
Get the Resampling period.
- Returns:
- The Resampling period
| void SetPeriodTime | ( | KTime& | pPeriod | ) | |
Set the Resampling Period.
- Parameters:
| pPeriod | The Resampling Period to be set |
| bool GetIntelligentMode | ( | | ) | |
Get the Intelligent Mode.
- Returns:
- the Intelligent Mode
| void SetIntelligentMode | ( | bool | pIntelligent | ) | |
Set the Intelligent Mode.
- Parameters:
| pIntelligent | the Intelligent Mode to be set |