#include <array2D.h>
◆ Array2D() [1/4]
◆ Array2D() [2/4]
◆ Array2D() [3/4]
◆ ~Array2D()
◆ Array2D() [4/4]
◆ clear()
◆ empty()
◆ height()
template<typename T>
unsigned int Array2D< T >::height |
( |
| ) |
const |
|
inline |
◆ operator bool()
template<typename T>
Array2D< T >::operator bool |
( |
| ) |
const |
|
inline |
◆ operator T*()
template<typename T>
Array2D< T >::operator T* |
( |
| ) |
const |
|
inline |
◆ operator T**()
template<typename T>
Array2D< T >::operator T** |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
template<typename T>
void Array2D< T >::operator() |
( |
unsigned int |
w, |
|
|
unsigned int |
h |
|
) |
| |
|
inline |
◆ operator()() [2/2]
template<typename T>
void Array2D< T >::operator() |
( |
unsigned int |
w, |
|
|
unsigned int |
h, |
|
|
T * |
copy |
|
) |
| |
|
inline |
◆ operator=()
◆ operator[]()
template<typename T>
T* Array2D< T >::operator[] |
( |
unsigned int |
index | ) |
const |
|
inline |
◆ resize()
template<typename T>
void Array2D< T >::resize |
( |
unsigned int |
newX, |
|
|
unsigned int |
newY |
|
) |
| |
|
inline |
◆ size()
template<typename T>
unsigned int Array2D< T >::size |
( |
| ) |
const |
|
inline |
◆ unpack()
template<typename T>
void Array2D< T >::unpack |
( |
std::vector< std::vector< T > > & |
unpackData | ) |
const |
|
inline |
◆ width()
template<typename T>
unsigned int Array2D< T >::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: