ILinkTMCtrl.h File Reference
 
 
 
ILinkTMCtrl.h File Reference
#include "maxheap.h"
#include "control.h"
#include "AnimatableInterfaceIDs.h"

Classes

class   ILinkTMCtrl
class   ISubTargetCtrl
  ISubTargetCtrl gives access to sub-transform controller. More...

Defines

#define  LINKTMCTRL_CLASSID   Class_ID(0x615b56e4, 0x5f0e6032)

Functions

ILinkTMCtrl GetLinkTMInterface (Control *c)
ISubTargetCtrl GetSubTargetInterface (Control *c)
  Returns the ISubTargetCtrl interface to a sub-transform controller.

Define Documentation

#define LINKTMCTRL_CLASSID   Class_ID(0x615b56e4, 0x5f0e6032)

Function Documentation

ILinkTMCtrl* GetLinkTMInterface ( Control c ) [inline]
ISubTargetCtrl* GetSubTargetInterface ( Control c ) [inline]

Returns the ISubTargetCtrl interface to a sub-transform controller.

Parameters:
[in] c Sub-transform controller to fetch the interface from
Returns:
The ISubTargetCtrl interface. Returns NULL if either the control ptr is NULL, or it does not support the I_LINKTMCTRL2 interface.