This class contains the description of the FBX renaming strategy for fbx file format 5.
Definition at line 25 of file fbxrenamingstrategyfbx5.h.
#include <fbxrenamingstrategyfbx5.h>

Public Member Functions | |
| FbxRenamingStrategyFbx5 () | |
| Default constructor. | |
| virtual | ~FbxRenamingStrategyFbx5 () |
| Destructor. | |
| virtual bool | DecodeScene (FbxScene *pScene) |
| This method put all the names in the scene back to the original values. | |
| virtual bool | EncodeScene (FbxScene *pScene) |
| This method renames all the names in the scene. | |
| virtual bool | DecodeString (FbxNameHandler &pName) |
| This method find the original name of a given string. | |
| virtual bool | EncodeString (FbxNameHandler &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 ~FbxRenamingStrategyFbx5 | ( | ) | [virtual] |
Destructor.
| virtual bool DecodeScene | ( | FbxScene * | pScene | ) | [virtual] |
This method put all the names in the scene back to the original values.
| pScene |
Implements FbxRenamingStrategyBase.
| virtual bool EncodeScene | ( | FbxScene * | pScene | ) | [virtual] |
This method renames all the names in the scene.
| pScene |
Implements FbxRenamingStrategyBase.
| virtual bool DecodeString | ( | FbxNameHandler & | pName | ) | [virtual] |
This method find the original name of a given string.
| pName |
Implements FbxRenamingStrategyBase.
| virtual bool EncodeString | ( | FbxNameHandler & | pName, |
| bool | pIsPropertyName = false |
||
| ) | [virtual] |
This method find the renaming name of a given string.
| pName | |
| pIsPropertyName |
Implements FbxRenamingStrategyBase.
| virtual void CleanUp | ( | ) | [virtual] |