Definition at line 81 of file 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) |
Storage/Retrieval of information into the
FBX file format. |
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] |
Storage/Retrieval of information into the FBX file format.
pFbxObject | Object to interface with FBX file format. | |
pStoreWhat | Attributes to store in FBX file. |
Reimplemented from FBBox.