A pass through operator used to assign constants to parameters.
Definition at line 316 of file kfbxbindingoperator.h.
#include <kfbxbindingoperator.h>

Public Member Functions |
|
| virtual bool | Evaluate (KFbxBindingOperator const *pOperator, KFbxObject const *pObject, EFbxType *pResultType, void **pResult) const |
| Evaluates the object property specified by
"X" and returns it. |
|
| virtual bool | ReverseEvaluate (KFbxBindingOperator const *pOperator, KFbxObject const *pTarget, void const *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const |
| KFbxAssignBOF () | |
| virtual | ~KFbxAssignBOF () |
Static Public Attributes |
|
| static char const * | FunctionName |
| KFbxAssignBOF | ( | ) |
| virtual ~KFbxAssignBOF | ( | ) | [virtual] |
| virtual bool Evaluate | ( | KFbxBindingOperator const * | pOperator, |
| KFbxObject const * | pObject, | ||
| EFbxType * | pResultType, | ||
| void ** | pResult | ||
| ) | const [virtual] |
Evaluates the object property specified by "X" and returns it.
| pOperator | Operator running on the object. |
| pObject | The object that will be evaluated. |
| pResultType | Will be filled by the type of the result. |
| pResult | Will be filled by a pointer to a buffer that 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] |
char const* FunctionName
[static] |
Definition at line 319 of file kfbxbindingoperator.h.