manipulators/manip_association/ormanip_association_model.h
#ifndef ormanip_association_model_h__
#define ormanip_association_model_h__
#define ORMODELITEM__CLASSNAME ORModelItem
#define ORMODELITEM__CLASSSTR "ORModelItem"
#define ORMODELITEM__DESCSTR "OR - Sample Item Model"
class ORModelItem : public FBModelNull
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool FbxStore(FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat);
virtual bool FbxRetrieve(FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat);
};
typedef ORModelItem *HORModelItem;
#endif // ormanip_association_model_h__