Function set for changes in pre or post infinity type.
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.
#include <MFnKeyframeDeltaInfType.h>

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 |
| The previous infinity type. | |
| MFnAnimCurve::InfinityType | currentInfinityType (MStatus *ReturnStatus=NULL) const |
| The current infinity type. | |
| bool | 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. | |
| MFnKeyframeDeltaInfType (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
Protected Member Functions | |
| virtual const char * | className () const |
| Class name. | |
| 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 | ( | 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::kKeyframeDeltaInfType.
Reimplemented from MFnKeyframeDelta.
| const char * className | ( | ) | const [protected, virtual] |
| MFnAnimCurve::InfinityType previousInfinityType | ( | MStatus * | ReturnStatus = NULL | ) | const |
The previous infinity type.
| [out] | ReturnStatus | Return code. |
| MFnAnimCurve::InfinityType currentInfinityType | ( | MStatus * | ReturnStatus = NULL | ) | const |
The current infinity type.
| [out] | ReturnStatus | Return code. |
| bool 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. |