#include <fbxbindingoperator.h>
A pass through operator used to assign constants to parameters.
Definition at line 388 of file fbxbindingoperator.h.
Public Member Functions |
|
| virtual bool | Evaluate (const FbxBindingOperator *pOperator, const FbxObject *pObject, EFbxType *pResultType, void **pResult) const |
| Evaluates the object property specified by
"X" and returns it. |
|
| virtual bool | ReverseEvaluate (const FbxBindingOperator *pOperator, const FbxObject *pTarget, const void *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const |
| Inverse evaluation for this binding function
is not implemented yet. |
|
Static Public Attributes |
|
| static const char * | FunctionName |
| Name of the operation function. |
|
| virtual bool Evaluate | ( | const FbxBindingOperator * | pOperator, |
| const FbxObject * | 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 FbxBindingOperator::Function.
| virtual bool ReverseEvaluate | ( | const FbxBindingOperator * | pOperator, |
| const FbxObject * | pTarget, | ||
| const void * | pIn, | ||
| void ** | pOut, | ||
| EFbxType * | pOutType, | ||
| bool | setObj, | ||
| int | index | ||
| ) | const [virtual] |
Inverse evaluation for this binding function is not implemented yet.
Implements FbxBindingOperator::Function.
const char* FunctionName
[static] |
Name of the operation function.
Definition at line 392 of file fbxbindingoperator.h.