| MColorArray ()
|
| MColorArray ( const MColorArray & other )
|
| MColorArray ( const MColor src[], unsigned int count )
|
| MColorArray ( const float src[][4], unsigned int count )
|
| MColorArray ( const double src[][4], unsigned int count )
|
| MColorArray ( unsigned int initialSize, const MColor &initialValue )
|
| ~MColorArray ()
|
const MColor & | operator[] ( unsigned int index ) const
|
MColor & | operator[] ( unsigned int index )
|
MColorArray & | operator= ( const MColorArray & other )
|
MStatus | set ( const MColor & element, unsigned int index )
|
MStatus | set ( unsigned int index, float r, float g, float b, float a=1 )
|
MStatus | set ( float val[4], unsigned int index)
|
MStatus | set ( float elements[][4], unsigned int size)
|
MStatus | set ( double elements[][4], unsigned int size)
|
MStatus | setLength ( unsigned int length )
|
unsigned int | length () const
|
MStatus | remove ( unsigned int index )
|
MStatus | insert ( const MColor & element, unsigned int index )
|
MStatus | append ( const MColor & element )
|
MStatus | append ( float r, float g, float b, float a=1 )
|
MStatus | clear ()
|
MStatus | get ( float dest[][4] ) const
|
void | setSizeIncrement ( unsigned int newIncrement )
|
unsigned int | sizeIncrement () const
|
friend ostream & | operator<< (ostream &os, const MColorArray &array)
|