Function set for changes in a key's weighted state.
Delta keyframe object for changes in weighted state of a key.
#include <MFnKeyframeDeltaWeighted.h>

Public Member Functions |
|
| virtual MFn::Type | type () const |
| Function set type. |
|
| virtual | ~MFnKeyframeDeltaWeighted () |
| Destructor. |
|
| MFnKeyframeDeltaWeighted () | |
| Default constructor. |
|
| MFnKeyframeDeltaWeighted (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
| bool | wasWeighted (MStatus *ReturnStatus=NULL) const |
| Returns true if the key had weighted
tangent, but it is not currently. |
|
| MFnKeyframeDeltaWeighted (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
Protected Member Functions |
|
| virtual const char * | className () const |
| Class name. |
|
| MFnKeyframeDeltaWeighted | ( | 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 |
| MFnKeyframeDeltaWeighted | ( | 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] |
Function set type.
Return the class type : MFn::kKeyframeDeltaWeighted.
Reimplemented from MFnKeyframeDelta.
| const char * className | ( | ) | const [protected, virtual] |
Class name.
Return the class name : "MFnKeyframeDeltaWeighted".
Reimplemented from MFnKeyframeDelta.
| bool wasWeighted | ( | MStatus * | ReturnStatus =
NULL |
) | const |
Returns true if the key had weighted tangent, but it is not currently.
| [out] | ReturnStatus | Return code. |