#include <ikctrl.h>
Public Member Functions |
|
Class_ID | ClassID () |
Retrieves a constant that uniquely
identifies the plugin class. |
|
SClass_ID | SuperClassID () |
Retrieves a constant representing the type
of the plugin. |
|
virtual IKMasterControl * | GetMaster ()=0 |
virtual void | SetDOF (int which, BOOL onOff)=0 |
virtual void | SetInitPos (Point3 pos)=0 |
virtual void | SetInitRot (Point3 rot)=0 |
virtual void | MakeEE (BOOL onOff, DWORD which, Point3 pos, Quat rot)=0 |
Class_ID ClassID | ( | ) | [inline, virtual] |
Retrieves a constant that uniquely identifies the plugin class.
This method must return the unique ID for the plugin class. If two ClassIDs conflict, the system will only load the first conflicting one it finds. A program (gencid.exe) is provided to generate unique class id values.
Reimplemented from Animatable.
{return IKSLAVE_CLASSID;}
SClass_ID SuperClassID | ( | ) | [inline, virtual] |
Retrieves a constant representing the type of the plugin.
Reimplemented from ReferenceTarget.
{return CTRL_MATRIX3_CLASS_ID;}
virtual IKMasterControl* GetMaster | ( | ) | [pure virtual] |
virtual void SetDOF | ( | int | which, |
BOOL | onOff | ||
) | [pure virtual] |
virtual void SetInitPos | ( | Point3 | pos | ) | [pure virtual] |
virtual void SetInitRot | ( | Point3 | rot | ) | [pure virtual] |