|
Public Types |
typedef T | Element_t |
enum | { ElemDim = 1
} |
enum | { Size = D
} |
Public Member Functions |
| Vektor () |
| Vektor (DontInitialize) |
| Vektor (const Vektor< T, D > &rhs) |
template<class T1, unsigned D1> |
| Vektor (const Vektor< T1, D1 > &rhs) |
| Vektor (const T &x00) |
| Vektor (const T &x00, const T &x01) |
| Vektor (const T &x00, const T &x01, const T &x02) |
| ~Vektor () |
const Vektor< T, D > & | operator= (const Vektor< T, D > &rhs) |
template<class T1> |
const Vektor< T, D > & | operator= (const Vektor< T1, D > &rhs) |
const Vektor< T, D > & | operator= (const T &rhs) |
template<class T1> |
Vektor< T, D > & | operator+= (const Vektor< T1, D > &rhs) |
Vektor< T, D > & | operator+= (const T &rhs) |
template<class T1> |
Vektor< T, D > & | operator-= (const Vektor< T1, D > &rhs) |
Vektor< T, D > & | operator-= (const T &rhs) |
template<class T1> |
Vektor< T, D > & | operator *= (const Vektor< T1, D > &rhs) |
Vektor< T, D > & | operator *= (const T &rhs) |
template<class T1> |
Vektor< T, D > & | operator/= (const Vektor< T1, D > &rhs) |
Vektor< T, D > & | operator/= (const T &rhs) |
Element_t & | operator[] (unsigned int i) |
Element_t | operator[] (unsigned int i) const |
Element_t & | operator() (unsigned int i) |
Element_t | operator() (unsigned int i) const |
bool | operator== (const Vektor< T, D > &that) const |
bool | operator!= (const Vektor< T, D > &that) const |
Message & | putMessage (Message &m) const |
Message & | getMessage (Message &m) |
Classes |
class | DontInitialize |