#include <MFnKeyframeDeltaInfType.h>


This delta object represents changes in the pre-infinity or post-infinity type of the animation curve. Pre-infinity and post-infinity types are specific to animation curves and do not have a corresponding key associated with them. It is, therefore, invalid to have a keyframe associated with a MFnKeyframeDeltaInfType. To determine if this class represents a change to pre or post infinity use the method isPreInfinity on this class.
Public Member Functions | |
| virtual MFn::Type | type () const |
| Function set type. | |
| virtual | ~MFnKeyframeDeltaInfType () |
| Destructor. | |
| MFnKeyframeDeltaInfType () | |
| Default constructor. | |
| MFnKeyframeDeltaInfType (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
| MFnAnimCurve::InfinityType | previousInfinityType (MStatus *ReturnStatus=NULL) const |
| MFnAnimCurve::InfinityType | currentInfinityType (MStatus *ReturnStatus=NULL) const |
| bool | isPreInfinity (MStatus *ReturnStatus=NULL) const |
| MFnKeyframeDeltaInfType (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
Protected Member Functions | |
| virtual const char * | className () const |
| Class name. | |
| MFnKeyframeDeltaInfType::MFnKeyframeDeltaInfType | ( | 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 |
| MFnKeyframeDeltaInfType::MFnKeyframeDeltaInfType | ( | 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 MFnKeyframeDeltaInfType::type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kKeyframeDeltaInfType
Reimplemented from MFnKeyframeDelta.
| const char * MFnKeyframeDeltaInfType::className | ( | ) | const [protected, virtual] |
| MFnAnimCurve::InfinityType MFnKeyframeDeltaInfType::previousInfinityType | ( | MStatus * | ReturnStatus = NULL |
) | const |
The previous infinity type.
| [out] | ReturnStatus | Return code. |
| MFnAnimCurve::InfinityType MFnKeyframeDeltaInfType::currentInfinityType | ( | MStatus * | ReturnStatus = NULL |
) | const |
The current infinity type.
| [out] | ReturnStatus | Return code. |
| bool MFnKeyframeDeltaInfType::isPreInfinity | ( | MStatus * | ReturnStatus = NULL |
) | const |
This class can describe changes to both the pre-infinity and post-infinity this method allows the API user to figure out which type this class represents.
| [out] | ReturnStatus | Return code. |
| Autodesk® Maya® 2010 © 1997-2009 Autodesk, Inc. All rights reserved. |
Generated with
|