This class contains the description of the FBX renaming strategy for fbx file format 5.
Definition at line 49 of file kfbxrenamingstrategyfbx5.h.
#include <kfbxrenamingstrategyfbx5.h>
Public Member Functions |
|
KFbxRenamingStrategyFbx5 () | |
Default constructor. |
|
virtual | ~KFbxRenamingStrategyFbx5 () |
Destructor. |
|
virtual bool | DecodeScene (KFbxScene *pScene) |
This method put all the names in the scene
back to the original values. |
|
virtual bool | EncodeScene (KFbxScene *pScene) |
This method renames all the names in the
scene. |
|
virtual bool | DecodeString (KName &pName) |
This method find the original name of a
given string. |
|
virtual bool | EncodeString (KName &pName, bool pIsPropertyName=false) |
This method find the renaming name of a
given string. |
|
virtual void | CleanUp () |
clean up the name cells. |
Default constructor.
virtual ~KFbxRenamingStrategyFbx5 | ( | ) | [virtual] |
Destructor.
virtual bool DecodeScene | ( | KFbxScene * | pScene | ) | [virtual] |
This method put all the names in the scene back to the original values.
pScene |
Implements KFbxRenamingStrategyBase.
virtual bool EncodeScene | ( | KFbxScene * | pScene | ) | [virtual] |
This method renames all the names in the scene.
pScene |
Implements KFbxRenamingStrategyBase.
virtual bool DecodeString | ( | KName & | pName | ) | [virtual] |
This method find the original name of a given string.
pName |
Implements KFbxRenamingStrategyBase.
virtual bool EncodeString | ( | KName & | pName, |
bool | pIsPropertyName =
false |
||
) | [virtual] |
This method find the renaming name of a given string.
pName | |
pIsPropertyName |
Implements KFbxRenamingStrategyBase.
virtual void CleanUp | ( | ) | [virtual] |