#include
<MFnKeyframeDeltaWeighted.h>
List
of all members.
Detailed Description
Function set for changes in a key's weighted state.
Delta keyframe object for changes in weighted state of a
key.
Constructor & Destructor Documentation
MFnKeyframeDeltaWeighted::MFnKeyframeDeltaWeighted |
( |
MObject & |
object, |
|
|
MStatus * |
ReturnStatus =
NULL |
|
|
) |
|
|
|
Constructor.
Class constructor that initializes the function set to the given
MObject.
- Parameters:
-
[in] |
object |
The MObject to
attach the function set to |
[out] |
ReturnStatus |
the return status |
- Status Codes:
-
MFnKeyframeDeltaWeighted::MFnKeyframeDeltaWeighted |
( |
const MObject & |
object, |
|
|
MStatus * |
ReturnStatus =
NULL |
|
|
) |
|
|
|
Constructor.
Class constructor that initializes the function set to the given
MObject.
- Parameters:
-
[in] |
object |
The MObject to
attach the function set to |
[out] |
ReturnStatus |
the return status |
- Status Codes:
-
Member Function Documentation
MFn::Type
MFnKeyframeDeltaWeighted::type |
( |
|
) |
const [virtual] |
const char *
MFnKeyframeDeltaWeighted::className |
( |
|
) |
const [protected, virtual] |
Class name.
Return the class name : "MFnKeyframeDeltaWeighted"
Reimplemented from MFnKeyframeDelta.
bool MFnKeyframeDeltaWeighted::wasWeighted |
( |
MStatus * |
ReturnStatus =
NULL |
) |
const |
Returns true if the key had weighted tangent, but it is not
currently.
- Parameters:
-
[out] |
ReturnStatus |
Return code. |
- Returns:
- true or false depending on the key's weight status.
- Status Codes:
-