| MFnTripleIndexedComponent ()
|
| MFnTripleIndexedComponent ( MObject & object, MStatus * ReturnStatus = NULL )
|
virtual | ~MFnTripleIndexedComponent ()
|
virtual MFn::Type | type () const
|
MObject | create ( MFn::Type compType, MStatus * ReturnStatus = NULL )
|
MStatus | addElement ( int sIndex, int tIndex, int uIndex )
|
MStatus | addElements ( const MIntArray & sIndexArray, const MIntArray & tIndexArray, const MIntArray & uIndexArray )
|
MStatus | getElement ( int index, int & sIndex, int & tIndex, int & uIndex ) const
|
MStatus | getElements ( MIntArray & sIndexArray, MIntArray & tIndexArray, MIntArray & uIndexArray ) const
|
MStatus | setCompleteData ( int maxS, int maxT, int maxU )
|
MStatus | getCompleteData ( int & maxS, int & maxT, int & maxU ) const
|
| MFnTripleIndexedComponent ( const MObject & object, MStatus * ReturnStatus = NULL )
|