![]() |
Image Component Library (ICL)
|
Specialization for 3D-matrics providing direct access to values x, y, z. More...
#include <FixedArray.h>
Public Member Functions | |
| FixedArray () | |
| empty constructor (leaving data uninitialized) More... | |
| FixedArray (const T &x, const T &y, const T &z) | |
| constructor with given values, x, y and z More... | |
| T & | operator[] (unsigned int idx) |
| index access operator More... | |
| const T & | operator[] (unsigned int idx) const |
| index access operator (const) More... | |
Public Attributes | |
| union icl::utils::FixedArray< T, 3u >:: { ... } | |
| T | m_data [3] |
| T | x |
| T | y |
| T | z |
Specialization for 3D-matrics providing direct access to values x, y, z.
|
inline |
empty constructor (leaving data uninitialized)
|
inline |
constructor with given values, x, y and z
|
inline |
index access operator
|
inline |
index access operator (const)
| union { ... } |
| T icl::utils::FixedArray< T, 3u >::m_data[3] |
| T icl::utils::FixedArray< T, 3u >::x |
| T icl::utils::FixedArray< T, 3u >::y |
| T icl::utils::FixedArray< T, 3u >::z |
1.8.15