FbxSpotDistributionChooserBOF Class Reference
 
 
 
FbxSpotDistributionChooserBOF Class Reference

#include <fbxbindingoperator.h>


Class Description

A chooser operator that check spot distribution and returns the correct value, based on the value of a predicate property.

Definition at line 827 of file fbxbindingoperator.h.

Inheritance diagram for FbxSpotDistributionChooserBOF:
FbxBindingOperator::Function

List of all members.

Public Member Functions

virtual bool  Evaluate (const FbxBindingOperator *pOperator, const FbxObject *pObject, EFbxType *pResultType, void **pResult) const
  Check the enum of the spot distribution and returns the correct value as an int.
virtual bool  ReverseEvaluate (const FbxBindingOperator *pOperator, const FbxObject *pTarget, const void *pIn, void **pOut, EFbxType *pOutType, bool setObj, int index) const
  Inverse evaluation for this binding function is not implemented yet.

Static Public Attributes

static const char *  FunctionName
  Name of the operation function.

Member Function Documentation

virtual bool Evaluate ( const FbxBindingOperator pOperator,
const FbxObject pObject,
EFbxType pResultType,
void **  pResult 
) const [virtual]

Check the enum of the spot distribution and returns the correct value as an int.

Parameters:
pOperator Operator running on the object.
pObject The object that will be evaluated.
pResultType The type of the result to be returned.
pResult A pointer to a buffer that can hold the result.
Returns:
true on success, false otherwise.

Implements FbxBindingOperator::Function.

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

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 831 of file fbxbindingoperator.h.


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