The index type used to refer to a specific element in the grid (x-, and y-index) More...
#include <BALL/DATATYPE/regularData2D.h>
Public Member Functions | |
| IndexType () | |
| IndexType (Position p) | |
| IndexType (Position p, Position q) | |
Public Attributes | |
| Position | x |
| Position | y |
The index type used to refer to a specific element in the grid (x-, and y-index)
| BALL::TRegularData2D< ValueType >::IndexType::IndexType | ( | ) | [inline] |
| BALL::TRegularData2D< ValueType >::IndexType::IndexType | ( | Position | p | ) | [inline] |
| BALL::TRegularData2D< ValueType >::IndexType::IndexType | ( | Position | p, |
| Position | q | ||
| ) | [inline] |
| Position BALL::TRegularData2D< ValueType >::IndexType::x |
| Position BALL::TRegularData2D< ValueType >::IndexType::y |
Referenced by BALL::operator<<(), BALL::TRegularData2D< ValueType >::operator==(), and BALL::operator>>().