FBX C++ API Reference
FbxAssignBOF Class Reference

A pass through operator used to assign constants to parameters. More...

#include <fbxbindingoperator.h>

+ Inheritance diagram for FbxAssignBOF:

Public Member Functions

bool Evaluate (const FbxBindingOperator *pOperator, const FbxObject *pObject, EFbxType *pResultType, void **pResult) const override
 Evaluates the object property specified by "X" and returns it. More...
 
bool ReverseEvaluate (const FbxBindingOperator *pOperator, const FbxObject *pTarget, const void *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const override
 Inverse evaluation for this binding function is not implemented yet. More...
 
- Public Member Functions inherited from FbxBindingOperator::Function
virtual ~Function ()
 Destructor. More...
 

Static Public Attributes

static const char * FunctionName
 Name of the operation function. More...
 

Detailed Description

A pass through operator used to assign constants to parameters.

Definition at line 389 of file fbxbindingoperator.h.

Member Function Documentation

bool Evaluate ( const FbxBindingOperator pOperator,
const FbxObject pObject,
EFbxType pResultType,
void **  pResult 
) const
overridevirtual

Evaluates the object property specified by "X" and returns it.

Parameters
pOperatorOperator running on the object.
pObjectThe object that will be evaluated.
pResultTypeWill be filled by the type of the result.
pResultWill be filled by a pointer to a buffer that hold the result.

Implements FbxBindingOperator::Function.

bool ReverseEvaluate ( const FbxBindingOperator pOperator,
const FbxObject pTarget,
const void *  pIn,
void **  pOut,
EFbxType pOutType,
bool  setObj,
int  index 
) const
overridevirtual

Inverse evaluation for this binding function is not implemented yet.

Implements FbxBindingOperator::Function.

Member Data Documentation

const char* FunctionName
static

Name of the operation function.

Definition at line 393 of file fbxbindingoperator.h.


The documentation for this class was generated from the following file: