Definition at line 81 of file fbuserobject.h.
#include <fbuserobject.h>

Public Member Functions |
|
| FBUserObject (char *pName, HIObject pObject=NULL) | |
| Constructor. |
|
| virtual bool | FbxStore (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
| Store and Retrieve function that can be
overloaded. |
|
| virtual bool | FbxRetrieve (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
| FBUserObject | ( | char * | pName, |
| HIObject | pObject =
NULL |
||
| ) |
Constructor.
| pName | User object name. |
| pObject | For internal use only. |
| virtual bool FbxStore | ( | HFBFbxObject | pFbxObject, |
| kFbxObjectStore | pStoreWhat | ||
| ) | [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 | ( | HFBFbxObject | pFbxObject, |
| kFbxObjectStore | pStoreWhat | ||
| ) | [virtual] |
Reimplemented from FBBox.