#include <fbxrenamingstrategybase.h>
Base class for renaming strategy.
Definition at line 26 of file fbxrenamingstrategybase.h.
 Inheritance diagram for FbxRenamingStrategyBase:Public Member Functions | |
| FbxRenamingStrategyBase () | |
| Default constructor.  More... | |
| FbxRenamingStrategyBase (char pNameSpaceSymbol) | |
| Constructor.  More... | |
| virtual | ~FbxRenamingStrategyBase () | 
| Destructor.  More... | |
| virtual bool | DecodeScene (FbxScene *pScene)=0 | 
| This method put all the names in the scene back to the original values.  More... | |
| virtual bool | EncodeScene (FbxScene *pScene)=0 | 
| This method renames all the names in the scene.  More... | |
| virtual bool | DecodeString (FbxNameHandler &pString)=0 | 
| This method find the original name of a given string.  More... | |
| virtual bool | EncodeString (FbxNameHandler &pString, bool pIsPropertyName=false)=0 | 
| This method find the renaming name of a given string.  More... | |
| virtual void | CleanUp () | 
| clean up the name cells.  More... | |
Default constructor.
| FbxRenamingStrategyBase | ( | char | pNameSpaceSymbol | ) | 
Constructor.
| pNameSpaceSymbol | 
      
  | 
  virtual | 
Destructor.
      
  | 
  pure virtual | 
This method put all the names in the scene back to the original values.
| pScene | 
Implemented in FbxRenamingStrategyFbx5, FbxRenamingStrategyFbx6, and FbxRenamingStrategyFbx7.
      
  | 
  pure virtual | 
This method renames all the names in the scene.
| pScene | 
Implemented in FbxRenamingStrategyFbx5, FbxRenamingStrategyFbx6, and FbxRenamingStrategyFbx7.
      
  | 
  pure virtual | 
This method find the original name of a given string.
| pString | 
Implemented in FbxRenamingStrategyFbx5, FbxRenamingStrategyFbx6, and FbxRenamingStrategyFbx7.
      
  | 
  pure virtual | 
This method find the renaming name of a given string.
| pString | |
| pIsPropertyName | 
Implemented in FbxRenamingStrategyFbx5, FbxRenamingStrategyFbx6, and FbxRenamingStrategyFbx7.
      
  | 
  virtual | 
clean up the name cells.
Reimplemented in FbxRenamingStrategyFbx5, FbxRenamingStrategyFbx6, and FbxRenamingStrategyFbx7.