tools/toolconstraintrelation/ortoolconstraintrelation_tool.h
#ifndef __ORTOOLCONSTRAINTRELATION_TOOL_H__
#define __ORTOOLCONSTRAINTRELATION_TOOL_H__
#define ORTOOLCONSTRAINTRELATION__CLASSNAME ORToolConstraintRelation
#define ORTOOLCONSTRAINTRELATION__CLASSSTR "ORToolConstraintRelation"
class ORToolConstraintRelation : public FBTool
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
virtual bool FbxStore ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
virtual bool FbxRetrieve ( FBFbxObject* pFbxObject,
kFbxObjectStore pStoreWhat );
private:
private:
FBButton mButtonTest;
int mState;
HdlFBPlugTemplate<FBConstraintRelation> mHdlConstraint;
HdlFBPlugTemplate<FBModel> mHdlModel;
};
#endif