kfbxbindingoperator.h File Reference

#include <fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/kfbxplugins/kfbxbindingtablebase.h>
#include <fbxfilesdk/components/kbaselib/klib/kmap.h>
#include <fbxfilesdk/components/kbaselib/klib/kstring.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>

Go to the source code of this file.

Classes

class   KFbxBindingOperator
  This object represents a binding operation on a KFbxObject or KFbxProperty. More...
class   KFbxBindingOperator::Function
  It represents a binding relationship between current object and the target. More...
class   KFbxBindingOperator::FunctionCreatorBase
  The abstract factory class for binding function. More...
class   KFbxBindingOperator::FunctionCreator< FUNCTION >
  The concrete factory class for binding function. More...
class   KFbxBindingOperator::FunctionRegistry
  This utility class is used for fast accessing the binding function creators by name. More...
class   KFbxAssignBOF
  A pass through operator used to assign constants to parameters. More...
class   KFbxConditionalBOF
  A conditional operator that outputs one out of two properties, based on the value of a predicate property. More...
class   KFbxSwitchBOF
  A switch operator that outputs one out of n properties, based on the value of a predicate property. More...
class   KFbxTRSToMatrixBOF
class   KFbxAddBOF
class   KFbxSubstractBOF
class   KFbxMultiplyBOF
class   KFbxMultiplyDistBOF
class   KFbxOneOverXBOF
class   KFbxPowerBOF
class   KFbxDegreeToRadian
class   KFbxVectorDegreeToVectorRadian
class   KFbxSphericalToCartesianBOF
class   KFbxIsYup
class   KFbxSymbolIDBOF
  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   KFbxSpotDistributionChooserBOF
  A chooser operator that check spot distribution and returns the correct value, based on the value of a predicate property. More...
class   KFbxNodePositionBOF
  A evaluation operator that get the node position and returns transform value, based on the value of a predicate property. More...
class   KFbxNodeDirectionBOF
  A evaluation operator that get the node direction and returns transform value, based on the value of a predicate property. More...

Detailed Description

Definition in file kfbxbindingoperator.h.