A lightweight class to allow looping through all the valid indices in Array2D.
More...
#include <array2d_private.h>
A lightweight class to allow looping through all the valid indices in Array2D.
◆ Array2DPointWrapper()
template<typename T >
Array2D_Private::Array2DPointWrapper::Array2DPointWrapper |
( |
const Array2D< T > & |
arr | ) |
|
|
inline |
◆ begin()
Itr Array2D_Private::Array2DPointWrapper::begin |
( |
| ) |
const |
|
inline |
◆ end()
Itr Array2D_Private::Array2DPointWrapper::end |
( |
| ) |
const |
|
inline |
◆ mHeight
int Array2D_Private::Array2DPointWrapper::mHeight |
|
protected |
◆ mWidth
int Array2D_Private::Array2DPointWrapper::mWidth |
|
protected |
The documentation for this class was generated from the following file: