MPointArray Member List
This is the complete list of members for
MPointArray, including all inherited members.
| append(const MPoint &element) | MPointArray | |
| append(double x, double y, double z=0, double w=1) | MPointArray | |
| clear() | MPointArray | |
| copy(const MPointArray &source) | MPointArray | |
| get(double[][4]) const | MPointArray | |
| get(float[][4]) const | MPointArray | |
| insert(const MPoint &element, unsigned int index) | MPointArray | |
| length() const | MPointArray | |
| MPointArray() | MPointArray | |
| MPointArray(const MPointArray &other) | MPointArray | |
| MPointArray(const MPoint points[], unsigned int count) | MPointArray | |
| MPointArray(const double points[][4], unsigned int count) | MPointArray | |
| MPointArray(const float points[][4], unsigned int count) | MPointArray | |
| MPointArray(unsigned int initialSize, const MPoint &initialValue=MPoint::origin) | MPointArray | |
| operator<<(std::ostream &os, const MPointArray &array) | MPointArray | [friend] |
| operator=(const MPointArray &other) | MPointArray | |
| operator[](unsigned int index) const | MPointArray | |
| operator[](unsigned int index) | MPointArray | |
| remove(unsigned int index) | MPointArray | |
| set(const MPoint &element, unsigned int index) | MPointArray | |
| set(unsigned int index, double x, double y, double z=0, double w=1) | MPointArray | |
| set(double element[4], unsigned int index) | MPointArray | |
| set(float element[4], unsigned int index) | MPointArray | |
| setLength(unsigned int length) | MPointArray | |
| setSizeIncrement(unsigned int newIncrement) | MPointArray | |
| sizeIncrement() const | MPointArray | |
| ~MPointArray() | MPointArray | |