FBX C++ API Reference
FbxRenamingStrategyFbx7 Class Reference

#include <fbxrenamingstrategyfbx7.h>

+ Inheritance diagram for FbxRenamingStrategyFbx7:

Public Member Functions

 FbxRenamingStrategyFbx7 ()
 
virtual ~FbxRenamingStrategyFbx7 ()
 
void CleanUp () override
 clean up the name cells. 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...
 
- Public Member Functions inherited from FbxRenamingStrategyBase
 FbxRenamingStrategyBase ()
 Default constructor. More...
 
 FbxRenamingStrategyBase (char pNameSpaceSymbol)
 Constructor. More...
 
virtual ~FbxRenamingStrategyBase ()
 Destructor. More...
 

Detailed Description

Definition at line 22 of file fbxrenamingstrategyfbx7.h.

Constructor & Destructor Documentation

virtual ~FbxRenamingStrategyFbx7 ( )
virtual

Member Function Documentation

void CleanUp ( )
overridevirtual

clean up the name cells.

Reimplemented from FbxRenamingStrategyBase.

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 pString)
overridevirtual

This method find the original name of a given string.

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

Implements FbxRenamingStrategyBase.

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

This method find the renaming name of a given string.

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

Implements FbxRenamingStrategyBase.


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