FBX C++ API Reference
|
#include <fbxrenamingstrategy.h>
Implements a renaming strategy that resolves name clashes by adding number postfixes.
For example, when there are three objects with the same name "MyObject", they will be renamed to "MyObject", "MyObject1" and "MyObject2".
Definition at line 64 of file fbxrenamingstrategy.h.
Public Member Functions | |
FbxRenamingStrategyNumber () | |
Constructor. More... | |
virtual | ~FbxRenamingStrategyNumber () |
Destructor. More... | |
virtual void | Clear () |
Resets internal state regarding assigned names. More... | |
virtual bool | Rename (FbxNameHandler &pName) |
Rename a name if necessary to avoid name-clash issues. More... | |
virtual FbxRenamingStrategyInterface * | Clone () |
Create a dynamic renaming strategy instance of the same type as the child class. More... | |
![]() | |
FbxRenamingStrategyInterface () | |
Constructor. More... | |
virtual | ~FbxRenamingStrategyInterface () |
Destructor. More... | |
Constructor.
|
virtual |
Destructor.
|
virtual |
Resets internal state regarding assigned names.
Implements FbxRenamingStrategyInterface.
|
virtual |
Rename a name if necessary to avoid name-clash issues.
pName | The name to be renamed. |
true
on success, false
otherwise. Implements FbxRenamingStrategyInterface.
|
virtual |
Create a dynamic renaming strategy instance of the same type as the child class.
Implements FbxRenamingStrategyInterface.