MColorArray Member List
This is the complete list of members for
MColorArray, including all inherited members.
| append(const MColor &element) | MColorArray | |
| append(float r, float g, float b, float a=1) | MColorArray | |
| clear() | MColorArray | |
| get(float dest[][4]) const | MColorArray | |
| insert(const MColor &element, unsigned int index) | MColorArray | |
| length() const | MColorArray | |
| MColorArray() | MColorArray | |
| MColorArray(const MColorArray &other) | MColorArray | |
| MColorArray(const MColor src[], unsigned int count) | MColorArray | |
| MColorArray(const float src[][4], unsigned int count) | MColorArray | |
| MColorArray(const double src[][4], unsigned int count) | MColorArray | |
| MColorArray(unsigned int initialSize, const MColor &initialValue) | MColorArray | |
| operator<<(std::ostream &os, const MColorArray &array) | MColorArray | [friend] |
| operator=(const MColorArray &other) | MColorArray | |
| operator[](unsigned int index) const | MColorArray | |
| operator[](unsigned int index) | MColorArray | |
| remove(unsigned int index) | MColorArray | |
| set(const MColor &element, unsigned int index) | MColorArray | |
| set(unsigned int index, float r, float g, float b, float a=1) | MColorArray | |
| set(float val[4], unsigned int index) | MColorArray | |
| set(float elements[][4], unsigned int size) | MColorArray | |
| set(double elements[][4], unsigned int size) | MColorArray | |
| setLength(unsigned int length) | MColorArray | |
| setSizeIncrement(unsigned int newIncrement) | MColorArray | |
| sizeIncrement() const | MColorArray | |
| ~MColorArray() | MColorArray | |