FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fbxrenamingstrategyfbx6.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2015 Autodesk, Inc.
4  All rights reserved.
5 
6  Use of this software is subject to the terms of the Autodesk license agreement
7  provided at the time of installation or download, or which otherwise accompanies
8  this software in either electronic or hard copy form.
9 
10 ****************************************************************************************/
11 
13 #ifndef _FBXSDK_UTILS_RENAMINGSTRATEGY_FBX6_H_
14 #define _FBXSDK_UTILS_RENAMINGSTRATEGY_FBX6_H_
15 
16 #include <fbxsdk/fbxsdk_def.h>
17 
19 
20 #include <fbxsdk/fbxsdk_nsbegin.h>
21 
26 {
27 public:
28 
31 
33  virtual ~FbxRenamingStrategyFbx6();
34 
39  virtual bool DecodeScene(FbxScene* pScene);
40 
45  virtual bool EncodeScene(FbxScene* pScene);
46 
51  virtual bool DecodeString(FbxNameHandler& pName);
52 
58  virtual bool EncodeString(FbxNameHandler& pName, bool pIsPropertyName=false);
59 
61  virtual void CleanUp();
62 };
63 
64 #include <fbxsdk/fbxsdk_nsend.h>
65 
66 #endif /* _FBXSDK_UTILS_RENAMINGSTRATEGY_FBX6_H_ */
FBX SDK environment definition.
virtual bool DecodeString(FbxNameHandler &pString)=0
This method find the original name of a given string.
Base class for renaming strategy.
This class contains the description of the FBX renaming strategy for fbx file format 6...
This class contains the description of a 3D scene.
Definition: fbxscene.h:61
virtual void CleanUp()
clean up the name cells.
virtual bool EncodeString(FbxNameHandler &pString, bool pIsPropertyName=false)=0
This method find the renaming name of a given string.
#define FBXSDK_DLL
Definition: fbxarch.h:173
A name is a case-sensitive string ID of a property, a node, a node attribute, a texture, etc.
virtual bool EncodeScene(FbxScene *pScene)=0
This method renames all the names in the scene.
virtual bool DecodeScene(FbxScene *pScene)=0
This method put all the names in the scene back to the original values.