BALL 1.5.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BALL::TRegularData2D< ValueType >::IndexType Class Reference

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
 

Detailed Description

template<typename ValueType>
class BALL::TRegularData2D< ValueType >::IndexType

The index type used to refer to a specific element in the grid (x-, and y-index)

Definition at line 48 of file regularData2D.h.

Constructor & Destructor Documentation

◆ IndexType() [1/3]

template<typename ValueType >
BALL::TRegularData2D< ValueType >::IndexType::IndexType ( )
inline

Definition at line 51 of file regularData2D.h.

◆ IndexType() [2/3]

template<typename ValueType >
BALL::TRegularData2D< ValueType >::IndexType::IndexType ( Position  p)
inline

Definition at line 52 of file regularData2D.h.

◆ IndexType() [3/3]

template<typename ValueType >
BALL::TRegularData2D< ValueType >::IndexType::IndexType ( Position  p,
Position  q 
)
inline

Definition at line 53 of file regularData2D.h.

Member Data Documentation

◆ x

template<typename ValueType >
Position BALL::TRegularData2D< ValueType >::IndexType::x

Definition at line 56 of file regularData2D.h.

◆ y

template<typename ValueType >
Position BALL::TRegularData2D< ValueType >::IndexType::y

Definition at line 58 of file regularData2D.h.