function set for nId object data
Class for transferring N id data between connections
#include <MFnNIdData.h>
Public Member Functions |
|
virtual MFn::Type | type () const |
Function set type. |
|
virtual | ~MFnNIdData () |
Destructor. |
|
MFnNIdData () | |
Default constructor. |
|
MFnNIdData (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
MObject | create () const |
Creates an underlying Maya nId data object
and return it as an MObject.
|
|
MStatus | getObjectPtr (MnObject *&ptr) const |
Get the nObject pointer. |
|
MFnNIdData (const MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
MFnNIdData | ( | 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 |
MFnNIdData | ( | 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] |
const char * className | ( | ) | const [protected, virtual] |
MObject create | ( | ) | const |
Creates an underlying Maya nId data object and return it as an MObject.
Get the nObject pointer.
[in] | ptr | Storage to return the pointer to the N constraint |