#include
<kfbxbindingoperator.h>

Definition at line 843 of file kfbxbindingoperator.h.
Public Member Functions |
|
| virtual bool | Evaluate (KFbxBindingOperator const *pOperator, KFbxObject const *pObject, EFbxType *pResultType, void **pResult) const |
| Check the enum of the spot distribution and
returns the correct value as an int. |
|
| virtual bool | ReverseEvaluate (KFbxBindingOperator const *pOperator, KFbxObject const *pTarget, void const *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const |
Static Public Attributes |
|
| static char const * | FunctionName |
| virtual bool Evaluate | ( | KFbxBindingOperator const * | pOperator, | |
| KFbxObject const * | pObject, | |||
| EFbxType * | pResultType, | |||
| void ** | pResult | |||
| ) | const [virtual] |
Check the enum of the spot distribution and returns the correct value as an int.
| pOperator | Operator running on the object. | |
| pObject | The object that will be evaluated. | |
| pResultType | The type of the result to be returned. | |
| pResult | A pointer to a buffer that can hold the result. |
Implements KFbxBindingOperator::Function.
| virtual bool ReverseEvaluate | ( | KFbxBindingOperator const * | pOperator, | |
| KFbxObject const * | pTarget, | |||
| void const * | pIn, | |||
| void ** | pOut, | |||
| EFbxType * | pOutType, | |||
| bool | setObj, | |||
| int | index | |||
| ) | const [virtual] |
Implements KFbxBindingOperator::Function.
char const* FunctionName
[static] |
Definition at line 846 of file kfbxbindingoperator.h.