FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxRenamingStrategyFbx6 Class Reference

#include <fbxrenamingstrategyfbx6.h>

Class Description

This class contains the description of the FBX renaming strategy for fbx file format 6.

Definition at line 25 of file fbxrenamingstrategyfbx6.h.

+ Inheritance diagram for FbxRenamingStrategyFbx6:

Public Member Functions

 FbxRenamingStrategyFbx6 ()
 Default constructor. More...
 
virtual ~FbxRenamingStrategyFbx6 ()
 Destructor. More...
 
virtual bool DecodeScene (FbxScene *pScene)
 This method put all the names in the scene back to the original values. More...
 
virtual bool EncodeScene (FbxScene *pScene)
 This method renames all the names in the scene. More...
 
virtual bool DecodeString (FbxNameHandler &pName)
 This method find the original name of a given string. More...
 
virtual bool EncodeString (FbxNameHandler &pName, bool pIsPropertyName=false)
 This method find the renaming name of a given string. More...
 
virtual void CleanUp ()
 clean up the name cells. More...
 
- Public Member Functions inherited from FbxRenamingStrategyBase
 FbxRenamingStrategyBase ()
 Default constructor. More...
 
 FbxRenamingStrategyBase (char pNameSpaceSymbol)
 Constructor. More...
 
virtual ~FbxRenamingStrategyBase ()
 Destructor. More...
 

Constructor & Destructor Documentation

◆ FbxRenamingStrategyFbx6()

Default constructor.

◆ ~FbxRenamingStrategyFbx6()

virtual ~FbxRenamingStrategyFbx6 ( )
virtual

Destructor.

Member Function Documentation

◆ DecodeScene()

virtual bool DecodeScene ( FbxScene pScene)
virtual

This method put all the names in the scene back to the original values.

Parameters
pScene
Returns
Returns true if some names have been modified.

Implements FbxRenamingStrategyBase.

◆ EncodeScene()

virtual bool EncodeScene ( FbxScene pScene)
virtual

This method renames all the names in the scene.

Parameters
pScene
Returns
Returns true if some names have been modified.

Implements FbxRenamingStrategyBase.

◆ DecodeString()

virtual bool DecodeString ( FbxNameHandler pName)
virtual

This method find the original name of a given string.

Parameters
pName
Returns
Returns true if the name has been modified.

Implements FbxRenamingStrategyBase.

◆ EncodeString()

virtual bool EncodeString ( FbxNameHandler pName,
bool  pIsPropertyName = false 
)
virtual

This method find the renaming name of a given string.

Parameters
pName
pIsPropertyName
Returns
Returns true if the name has been modified.

Implements FbxRenamingStrategyBase.

◆ CleanUp()

virtual void CleanUp ( )
virtual

clean up the name cells.

Reimplemented from FbxRenamingStrategyBase.


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