Definition at line 81 of file fbuserobject.h.
#include <fbuserobject.h>
Public Member Functions | |
FBUserObject (const char *pName, HIObject pObject=NULL) | |
Constructor. | |
virtual bool | FbxStore (FBFbxObject *pFbxObject, kFbxObjectStore pStoreWhat) override |
Store and Retrieve function that can be overloaded. | |
virtual bool | FbxRetrieve (FBFbxObject *pFbxObject, kFbxObjectStore pStoreWhat) override |
FBUserObject | ( | const char * | pName, |
HIObject | pObject = NULL |
||
) |
Constructor.
pName | User object name. |
pObject | For internal use only. |
virtual bool FbxStore | ( | FBFbxObject * | pFbxObject, |
kFbxObjectStore | pStoreWhat | ||
) | [override, virtual] |
Store and Retrieve function that can be overloaded.
pFbxObject | FBX Object that is used to communicate I/O operations. |
pStoreWhat | Which attributes are currently stored/retrieved. |
Reimplemented from FBBox.
virtual bool FbxRetrieve | ( | FBFbxObject * | pFbxObject, |
kFbxObjectStore | pStoreWhat | ||
) | [override, virtual] |
Reimplemented from FBBox.