#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/scene/shading/fbxbindingtablebase.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>
Classes | |
class | FbxBindingOperator |
This object represents a binding operation on a FbxObject or FbxProperty. More... | |
class | FbxBindingOperator::Function |
It represents a binding relationship between current object and the target. More... | |
class | FbxBindingOperator::FunctionCreatorBase |
The abstract factory class for binding function. More... | |
class | FbxBindingOperator::FunctionCreator< FUNCTION > |
The concrete factory class for binding function. More... | |
class | FbxBindingOperator::FunctionRegistry |
This utility class is used to register and unregister the binding function creators. More... | |
class | FbxNodePositionBOF |
An evaluation operator to get the position of the node that is bound with this operator via a certain property. More... | |
class | FbxNodeDirectionBOF |
An evaluation operator to get the direction of the node that is bound with this operator via a certain property. More... | |
class | FbxAssignBOF |
A pass through operator used to assign constants to parameters. More... | |
class | FbxConditionalBOF |
A conditional operator that outputs one out of two properties, based on the value of a predicate property. More... | |
class | FbxSwitchBOF |
A switch operator that outputs one out of n properties, based on the value of a predicate property. More... | |
class | FbxTRSToMatrixBOF |
class | FbxAddBOF |
class | FbxSubstractBOF |
class | FbxMultiplyBOF |
class | FbxMultiplyDistBOF |
class | FbxOneOverXBOF |
class | FbxPowerBOF |
class | FbxDegreeToRadianBOF |
class | FbxVectorDegreeToVectorRadianBOF |
class | FbxSphericalToCartesianBOF |
class | FbxIsYupBOF |
class | FbxSymbolIDBOF |
A symbol(string) operator that search the string table and return its corresponding unique id, based on the value of a predicate property. More... | |
class | FbxSpotDistributionChooserBOF |
A chooser operator that check spot distribution and returns the correct value, based on the value of a predicate property. More... | |