#include
<kfbxbindingoperator.h>
Definition at line 55 of file kfbxbindingoperator.h.
Public Member Functions |
|
template<class FBXTYPE> | |
bool | Evaluate (KFbxObject const *pObject, FBXTYPE *pResult) const |
Run the operator on the given object.
|
|
template<class FBXTYPE> | |
bool | EvaluateEntry (KFbxObject const *pObject, char const *pEntryDestinationName, FBXTYPE *pResult) const |
Evaluate the value of an operator parameter.
|
bool Evaluate | ( | KFbxObject const * | pObject, | |
FBXTYPE * | pResult | |||
) | const [inline] |
Run the operator on the given object.
pObject | The object that will be evaluated. | |
pResult | A pointer to a buffer to hold the result. |
Definition at line 66 of file kfbxbindingoperator.h.
References KFbxObject::Evaluate().
bool EvaluateEntry | ( | KFbxObject const * | pObject, | |
char const * | pEntryDestinationName, | |||
FBXTYPE * | pResult | |||
) | const [inline] |
Evaluate the value of an operator parameter.
pObject | The object that will be evaluated. | |
pEntryDestinationName | The name of the parameter. | |
pResult | A pointer to the result. |
Definition at line 90 of file kfbxbindingoperator.h.