fbxsdk/utils/fbxclonemanager.h File Reference

fbxclonemanager.h File Reference

Classes

class  FbxCloneManager
 The clone manager is a utility for cloning entire networks of FbxObject. More...
 
struct  FbxCloneManager::CloneSetElement
 This represents an element in FbxCloneManager::CloneSet to be cloned. More...
 

Macros

#define CloneSetCast(x)   ((FbxCloneManager::CloneSet*)(x))
 
#define CloneSetElementCast(x)   ((FbxCloneManager::CloneSetElement*)((x!=NULL)?&(x->GetValue()):NULL))
 

Macro Definition Documentation

#define CloneSetCast (   x)    ((FbxCloneManager::CloneSet*)(x))

Definition at line 281 of file fbxclonemanager.h.

#define CloneSetElementCast (   x)    ((FbxCloneManager::CloneSetElement*)((x!=NULL)?&(x->GetValue()):NULL))

Definition at line 282 of file fbxclonemanager.h.

Go to the source code of this file.