#include <IKRoot.h>
Inheritance diagram for CSLIKRoot:

Public Member Functions |
|
| CSLIKRoot (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLIKRoot () |
| CSLModel * | GetEffector () |
| CSLModel ** | GetJointList () |
| SI_Int | GetJointCount () |
| CSLModel * | ConnectJoint (CSLModel *in_pNewJoint) |
| CSLModel * | ConnectEffector (CSLModel *in_pNewEffector) |
| virtual SI_Error | Synchronize () |
| virtual ETemplateType | Type () |
| CSLIKRoot | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Pointer to the scene containing the root | |
| in_pModel | Pointer to the model containing the root | |
| in_pTemplate | Pointer to the CdotXSITemplate containing the root |
| virtual ~CSLIKRoot | ( | ) | [virtual] |
Destructor
| CSLModel* GetEffector | ( | ) |
Return the effector of the IK chain.
| CSLModel** GetJointList | ( | ) |
Return an array of all joints in the IK chain.
| SI_Int GetJointCount | ( | ) |
Return the number of joints in the IK chain.
Connects a joint to this IK root
| in_pNewJoint | the joint to connect |
Connects an effector to this IK root
| in_pNewEffector | the effector to connect |
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this IK root instance with its IO layer representation
| SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLTemplate.
| virtual ETemplateType Type | ( | ) | [virtual] |
Get the template type
Implements CSLTemplate.