FBX C++ API Reference
FbxRenamingStrategyFbx6 Class Reference

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

#include <fbxrenamingstrategyfbx6.h>

+ Inheritance diagram for FbxRenamingStrategyFbx6:

Public Member Functions

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

Detailed Description

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

Definition at line 25 of file fbxrenamingstrategyfbx6.h.

Constructor & Destructor Documentation

Default constructor.

virtual ~FbxRenamingStrategyFbx6 ( )
virtual

Destructor.

Member Function Documentation

bool DecodeScene ( FbxScene pScene)
overridevirtual

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.

bool EncodeScene ( FbxScene pScene)
overridevirtual

This method renames all the names in the scene.

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

Implements FbxRenamingStrategyBase.

bool DecodeString ( FbxNameHandler pName)
overridevirtual

This method find the original name of a given string.

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

Implements FbxRenamingStrategyBase.

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

This method find the renaming name of a given string.

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

Implements FbxRenamingStrategyBase.

void CleanUp ( )
overridevirtual

clean up the name cells.

Reimplemented from FbxRenamingStrategyBase.


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