IKClipObject Class Reference
 
 
 
IKClipObject Class Reference

#include <control.h>

Inheritance diagram for IKClipObject:
MaxHeapOperators StdIKClipObject

Class Description

See also:
Class Control.

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.

Public Member Functions

virtual  ~IKClipObject ()
virtual SClass_ID  SuperClassID ()=0
virtual Class_ID  ClassID ()=0
virtual void  DeleteThis ()=0

Constructor & Destructor Documentation

virtual ~IKClipObject ( ) [inline, virtual]
Remarks:
Destructor.
{ }

Member Function Documentation

virtual SClass_ID SuperClassID ( ) [pure virtual]
Remarks:
Returns the super class ID of the creator of the clip object.

Implemented in StdIKClipObject.

virtual Class_ID ClassID ( ) [pure virtual]
Remarks:
Returns the class ID of the creator of the clip object.

Implemented in StdIKClipObject.

virtual void DeleteThis ( ) [pure virtual]
Remarks:
The system calls this method to delete the clip object after it has been used.

Implemented in StdIKClipObject.