FbxRenamingStrategyFbx7 Class Reference
 
 
 
FbxRenamingStrategyFbx7 Class Reference

#include <fbxrenamingstrategyfbx7.h>


Class Description

Definition at line 22 of file fbxrenamingstrategyfbx7.h.

Inheritance diagram for FbxRenamingStrategyFbx7:
FbxRenamingStrategyBase

List of all members.

Public Member Functions

  FbxRenamingStrategyFbx7 ()
virtual  ~FbxRenamingStrategyFbx7 ()
virtual void  CleanUp ()
  clean up the name cells.
virtual bool  DecodeScene (FbxScene *pScene)
  This method put all the names in the scene back to the original values.
virtual bool  EncodeScene (FbxScene *pScene)
  This method renames all the names in the scene.
virtual bool  DecodeString (FbxNameHandler &pName)
  This method find the original name of a given string.
virtual bool  EncodeString (FbxNameHandler &pName, bool pIsPropertyName=false)
  This method find the renaming name of a given string.

Constructor & Destructor Documentation

virtual ~FbxRenamingStrategyFbx7 ( ) [virtual]

Member Function Documentation

virtual void CleanUp ( ) [virtual]

clean up the name cells.

Reimplemented from FbxRenamingStrategyBase.

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.

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.

virtual bool DecodeString ( FbxNameHandler pString ) [virtual]

This method find the original name of a given string.

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

Implements FbxRenamingStrategyBase.

virtual bool EncodeString ( FbxNameHandler pString,
bool  pIsPropertyName = false 
) [virtual]

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: