#include <Array2D.h>
List of all members.
Detailed Description
template<typename T>
class Array2D< T >
2D array of objects.
Constructor & Destructor Documentation
Member Function Documentation
template<typename T>
const uint32_t Array2D< T >::getXSize |
( |
| ) |
[inline] |
template<typename T>
const uint32_t Array2D< T >::getYSize |
( |
| ) |
[inline] |
template<typename T>
void Array2D< T >::init |
( |
| ) |
[inline] |
template<typename T>
T& Array2D< T >::operator() |
( |
uint32_t |
col, |
|
|
uint32_t |
row |
|
) |
| [inline] |
template<typename T>
T Array2D< T >::operator() |
( |
uint32_t |
col, |
|
|
uint32_t |
row |
|
) |
| const [inline] |
template<typename T>
void Array2D< T >::testfunc |
( |
| ) |
[inline] |
Member Data Documentation
Pointers to the start of each row
The width (in pixels) of the buffer
The documentation for this class was generated from the following file:
- C:/Users/albertlr/projects/TarzaNN/TarzaNN/Array2D.h