This class encapulates manipulator data which is returned from the manipulator conversion functions. MManipData is used to represent data that is either simple or complex. Simple data is used to represent bool, short, int, unsigned int, float, and double types. Complex data is used to represent MObjects created by MFnData, or classes derived from MFnData.
The assignment operator for MObject types created by MFnData, or classes derived from MFnData.
Parameters
[in]
data
value to copy from.
bool isSimple
(
)
const
Returns whether or not the manipulator data is simple or complex.
Simple data is used to represent bool, short, int, unsigned int, float, and double types. Complex data is used to represent MObjects created by MFnData, or classes derived from MFnData.
Returns
Whether or not the manipulator data is simple or complex