#include <MFnKeyframeDeltaScale.h>


This function set is used for keyframe deltas of type MFn::kKeyframeDeltaScale. These deltas are generated from scaling events. Particularly scaling on the time axis. Changes in value are recorded as a MFnKeyframeDeltaMove.
Public Member Functions | |
| virtual MFn::Type | type () const |
| Function set type. | |
| virtual | ~MFnKeyframeDeltaScale () |
| Destructor. | |
| MFnKeyframeDeltaScale () | |
| Default constructor. | |
| MFnKeyframeDeltaScale (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
| MTime | startTime (MStatus *ReturnStatus=NULL) const |
| MTime | endTime (MStatus *ReturnStatus=NULL) const |
| MTime | currentStartTime (MStatus *ReturnStatus=NULL) const |
| MTime | currentEndTime (MStatus *ReturnStatus=NULL) const |
| MTime | pivotTime (MStatus *ReturnStatus=NULL) const |
| MFnKeyframeDeltaScale (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
Protected Member Functions | |
| virtual const char * | className () const |
| Class name. | |
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 |
| MFnKeyframeDeltaScale::MFnKeyframeDeltaScale | ( | 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 MFnKeyframeDeltaScale::type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kKeyframeDeltaScale
Reimplemented from MFnKeyframeDelta.
| const char * MFnKeyframeDeltaScale::className | ( | ) | const [protected, virtual] |
The start time of the scaling block.
| [out] | ReturnStatus | return code. |
The end time of the scaling block.
| [out] | ReturnStatus | return code. |
The current scale time (after scaling has been performed).
| [out] | ReturnStatus | return code. |
The current end time.
| [out] | ReturnStatus | return code. |
The pivot point of the scale (in time).
| [out] | ReturnStatus | return code. |
| Autodesk® Maya® 2010 © 1997-2009 Autodesk, Inc. All rights reserved. |
Generated with
|