#include
<kfbxbindingoperator.h>
Inherits KFbxBindingOperator::Function.
Definition at line 241 of file 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 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. |