#include<kfbxbindingoperator.h>
Definition at line55of filekfbxbindingoperator.h.
Public Member Functions | |
template<class FBXTYPE> | |
bool | Evaluate(KFbxObjectconst *pObject, FBXTYPE *pResult) const |
Run the operator on the given object. | |
template<class FBXTYPE> | |
bool | EvaluateEntry(KFbxObjectconst *pObject, char const *pEntryDestinationName, FBXTYPE *pResult) const |
Evaluate the value of an operator parameter. |
bool Evaluate | ( | KFbxObjectconst * | 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 line66of filekfbxbindingoperator.h.
bool EvaluateEntry | ( | KFbxObjectconst * | 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 line90of filekfbxbindingoperator.h.