#include <SgPointArray.h>
Inheritance diagram for SgPointArray< T >:
Also enforces that all elements are initialized in the constructor, either with T(0), if T can be constructed in such a way or be providing an initialization value.
Definition at line 24 of file SgPointArray.h.
Public Member Functions | |
SgPointArray () | |
Constructor; values are initialized by default value. | |
SgPointArray (const T &value) | |
Constructor; values are initialized by init value. | |
SgPointArray (const SgPointArray &pointArray) | |
Constructor; initialized as copy of other point array. | |
T & | operator[] (int index) |
const T & | operator[] (int index) const |
SgArray & | operator *= (Tval) |
void | Fill (const T &val) |
SgPointArray< T >::SgPointArray | ( | ) |
SgPointArray< T >::SgPointArray | ( | const T & | value | ) |
SgPointArray< T >::SgPointArray | ( | const SgPointArray< T > & | pointArray | ) |
Constructor; initialized as copy of other point array.
Definition at line 50 of file SgPointArray.h.
void SgArray< T , SIZE >::Fill | ( | const T & | val | ) | [inherited] |
const T & SgArray< T , SIZE >::operator[] | ( | int | index | ) | const [inherited] |
T & SgArray< T , SIZE >::operator[] | ( | int | index | ) | [inherited] |