A chooser operator that check spot distribution and returns the correct value, based on the value of a predicate property.
Definition at line 976 of file fbxbindingoperator.h.
#include <fbxbindingoperator.h>

Public Member Functions |
|
| virtual bool | Evaluate (FbxBindingOperator const *pOperator, FbxObject 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 (FbxBindingOperator const *pOperator, FbxObject const *pTarget, void const *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const |
| Inverse evaluation for this binding function
is not implemented yet. |
|
| FbxSpotDistributionChooserBOF () | |
| virtual | ~FbxSpotDistributionChooserBOF () |
Static Public Attributes |
|
| static char const * | FunctionName |
| Name of the operation function. |
|
| virtual ~FbxSpotDistributionChooserBOF | ( | ) | [virtual] |
| virtual bool Evaluate | ( | FbxBindingOperator const * | pOperator, |
| FbxObject 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. |
true on success, false
otherwise.Implements FbxBindingOperator::Function.
| virtual bool ReverseEvaluate | ( | FbxBindingOperator const * | pOperator, |
| FbxObject const * | pTarget, | ||
| void const * | pIn, | ||
| void ** | pOut, | ||
| EFbxType * | pOutType, | ||
| bool | setObj, | ||
| int | index | ||
| ) | const [virtual] |
Inverse evaluation for this binding function is not implemented yet.
Implements FbxBindingOperator::Function.
char const*
FunctionName [static] |
Name of the operation function.
Definition at line 980 of file fbxbindingoperator.h.