| MFnDoubleIndexedComponent ()
|
| MFnDoubleIndexedComponent ( MObject & object, MStatus * ReturnStatus = NULL )
|
virtual | ~MFnDoubleIndexedComponent ()
|
virtual MFn::Type | type () const
|
MObject | create ( MFn::Type compType, MStatus * ReturnStatus = NULL )
|
MStatus | addElement ( int uIndex, int vIndex )
|
MStatus | addElements ( const MIntArray & uIndexArray, const MIntArray & vIndexArray )
|
MStatus | getElement ( int index, int & uIndex, int & vIndex ) const
|
MStatus | getElements ( MIntArray & uIndexArray, MIntArray & vIndexArray ) const
|
MStatus | setCompleteData ( int maxU, int maxV )
|
MStatus | getCompleteData ( int & maxU, int & maxV ) const
|
| public
NO SCRIPT SUPPORT
|
| MFnDoubleIndexedComponent ( const MObject & object, MStatus * ReturnStatus = NULL )
|