Full Body IK end effector function set.
MFnHikEffector is the function set for full body ik effectors. An Full Body IK (FBIK/HIK) effector is a special transform that allows users to manipulate a Full Body IK system.
The methods of the parent class MFnTransform used to position the end effector.
#include <MFnHikEffector.h>

Public Member Functions |
|
| virtual MFn::Type | type () const |
| Function set type. |
|
| virtual | ~MFnHikEffector () |
| Destructor. |
|
| MFnHikEffector () | |
| Default constructor. |
|
| MFnHikEffector (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
| MFnHikEffector (const MDagPath &object, MStatus *ret=NULL) | |
| Constructor. |
|
| MObject | create (MObject parent=MObject::kNullObj, MStatus *ReturnStatus=NULL) |
| Creates a new fbik effector. |
|
| MVector | getPivotOffset (MStatus *ReturnStatus=NULL) const |
| Retrieve the pivot offset of this effector.
|
|
| MStatus | setPivotOffset (const MVector &vector) |
| Set the pivot offset for this effector.
|
|
| MColor | getEffColor (MStatus *ReturnStatus=NULL) const |
| Retrieve the cached humanIK color of this
effector. |
|
| MStatus | setEffColor (const MColor &color) |
| Set the humanIK color for this effector.
|
|
| MStatus | getAuxiliaryEffectors (MObjectArray &effs) const |
| Returns an array of the auxiliary effectors
associated with this effector. |
|
| MFnHikEffector (const MObject &object, MStatus *ret=NULL) | |
| Constructor. |
|
Protected Member Functions |
|
| virtual const char * | className () const |
| Class name. |
|
| ~MFnHikEffector | ( | ) | [virtual] |
Destructor.
Class destructor.
| MFnHikEffector | ( | MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFnHikEffector | ( | const MDagPath & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given constant MDagPath object.
| [in] | object | The const MDagPath to attach the function set to |
| [out] | ReturnStatus | The return status |
| MFnHikEffector | ( | const MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFn::Type type | ( | ) | const [virtual] |
| const char * className | ( | ) | const [protected, virtual] |
| MObject create | ( | MObject | parent = MObject::kNullObj, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Creates a new fbik effector.
| [in] | parent | parent DAG node (usually none) |
| [out] | ReturnStatus | return status |
Reimplemented from MFnTransform.
Retrieve the pivot offset of this effector.
| [out] | ReturnStatus | return status |
Set the pivot offset for this effector.
| [in] | vector | the new pivot offset |
Retrieve the cached humanIK color of this effector.
| [out] | ReturnStatus | return status |
Set the humanIK color for this effector.
| [in] | color | the new color |
| MStatus getAuxiliaryEffectors | ( | MObjectArray & | effs | ) | const |
Returns an array of the auxiliary effectors associated with this effector.
Auxiliary effectors are used by humanIK to act as additional pivots.
| [out] | effs | the auxiliary effectors for this effector |