manipulators/manip_association/ormanip_association_model.cxx
#include "ormanip_association_model.h"
ORModelItem::ORModelItem(
const char* pName,
HIObject pObject ) : FBModelNull( pName, pObject )
{
}
bool ORModelItem::FBCreate()
{
Size = 200;
return true;
}
void ORModelItem::FBDestroy()
{
ParentClass::FBDestroy();
}
bool ORModelItem::FbxStore(FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat)
{
return true;
}
bool ORModelItem::FbxRetrieve(FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat)
{
return true;
}