FBX C++ API Reference
FbxRenamingStrategyCollada Class Reference

#include <fbxcolladautils.h>

+ Inheritance diagram for FbxRenamingStrategyCollada:

Public Member Functions

 FbxRenamingStrategyCollada ()
 
virtual ~FbxRenamingStrategyCollada ()
 
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 28 of file fbxcolladautils.h.

Constructor & Destructor Documentation

virtual ~FbxRenamingStrategyCollada ( )
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: