#include <MFnKeyframeDeltaWeighted.h>
Delta keyframe object for changes in weighted state of a key.
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 |
MFnKeyframeDeltaWeighted (const MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnKeyframeDeltaWeighted::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::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 MFnKeyframeDeltaWeighted::type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kKeyframeDeltaWeighted
Reimplemented from MFnKeyframeDelta.
const char * MFnKeyframeDeltaWeighted::className | ( | ) | const [protected, virtual] |
bool MFnKeyframeDeltaWeighted::wasWeighted | ( | MStatus * | ReturnStatus = NULL |
) | const |
Returns true if the key had weighted tangent, but it is not currently.
[out] | ReturnStatus | Return code. |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |