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.
#include <fbxreaderfbx6.h>
Classes | |
| class | FbxClassIdCompare |
Public Member Functions | |
| Fbx6ClassTemplateMap () | |
| Constructor. | |
| ~Fbx6ClassTemplateMap () | |
| Destructor. | |
| bool | AddClassId (FbxClassId pId, FbxObject *pTemplateObject) |
| Add the template object to template map. | |
| bool | MergeWithTemplate (FbxObject *pObject) const |
| Merge the properties of FbxObject with the object with the same class id. | |
| void | Clear () |
| Delete all FbxObject in template map. | |
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.