The concrete factory class for binding function.
Definition at line 238 of file fbxbindingoperator.h.
#include <fbxbindingoperator.h>

Public Member Functions |
|
| virtual char const * | GetFunctionName () const |
| Get Name of the operation function. |
|
| virtual Function * | CreateFunction () const |
| Create the operation function. |
|
| virtual char const* GetFunctionName | ( | ) | const [inline, virtual] |
Get Name of the operation function.
Implements FbxBindingOperator::FunctionCreatorBase.
Definition at line 245 of file fbxbindingoperator.h.
{
return FUNCTION::FunctionName;
}
| virtual Function* CreateFunction | ( | ) | const [inline, virtual] |
Create the operation function.
Implements FbxBindingOperator::FunctionCreatorBase.
Definition at line 252 of file fbxbindingoperator.h.
{
return FbxNew< FUNCTION >();
}