#include <fbxreaderfbx6.h>
Helper class to merge Class root property templates.
Add class id and object to the template and search object by class id.
Definition at line 30 of file fbxreaderfbx6.h.
Public Member Functions | |
Fbx6ClassTemplateMap () | |
Constructor. More... | |
~Fbx6ClassTemplateMap () | |
Destructor. More... | |
bool | AddClassId (FbxClassId pId, FbxObject *pTemplateObject) |
Add the template object to template map. More... | |
bool | MergeWithTemplate (FbxObject *pObject) const |
Merge the properties of FbxObject with the object with the same class id. More... | |
void | Clear () |
Delete all FbxObject in template map. More... | |
Constructor.
~Fbx6ClassTemplateMap | ( | ) |
Destructor.
bool AddClassId | ( | FbxClassId | pId, |
FbxObject * | pTemplateObject | ||
) |
Add the template object to template map.
pId | Class Id |
pTemplateObject | template object |
true
, otherwise return false
. bool MergeWithTemplate | ( | FbxObject * | pObject | ) | const |
void Clear | ( | ) |
Delete all FbxObject in template map.