Class IKClipObject
See Also: Class Control.
class IKClipObject
Description:
This class is used to store IK parameters that have been copied to a clipboard. The plug-in derives a class from this class to store their data and implements the methods that describe the creator object. The plug-in should also implement the DeleteThis() method to delete the instance of the class.
Methods:
Prototype:
virtual SClass_ID SuperClassID()=0;
Remarks:
Implemented by the Plug-In.
Returns the super class ID of the creator of the clip object.
Prototype:
virtual Class_ID ClassID()=0;
Remarks:
Implemented by the Plug-In.
Returns the class ID of the creator of the clip object.
Prototype:
virtual void DeleteThis()=0;
Remarks:
Implemented by the Plug-In.
The system calls this method to delete the clip object after it has been used.