FbxBindingOperator::FunctionCreator< FUNCTION > Class Template Reference


Detailed Description

template<class FUNCTION>
class FbxBindingOperator::FunctionCreator< FUNCTION >

The concrete factory class for binding function.

Definition at line 238 of file fbxbindingoperator.h.

#include <fbxbindingoperator.h>

Inheritance diagram for FbxBindingOperator::FunctionCreator< FUNCTION >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual char const *  GetFunctionName () const
  Get Name of the operation function.
virtual Function CreateFunction () const
  Create the operation function.

Member Function Documentation

virtual char const* GetFunctionName ( ) const [inline, virtual]

Get Name of the operation function.

Returns:
The Name of the operation function.

Implements FbxBindingOperator::FunctionCreatorBase.

Definition at line 245 of file fbxbindingoperator.h.

virtual Function* CreateFunction ( ) const [inline, virtual]

Create the operation function.

Implements FbxBindingOperator::FunctionCreatorBase.

Definition at line 252 of file fbxbindingoperator.h.

        {
            return FbxNew< FUNCTION >();
        }

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