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