BALL::TRegularData3D< ValueType >::IndexType Class Reference

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

#include <BALL/DATATYPE/regularData3D.h>

List of all members.

Public Member Functions

 IndexType ()
 IndexType (Position p)
 IndexType (Position p, Position q, Position r)

Public Attributes

Position x
Position y
Position z

Detailed Description

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

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


Constructor & Destructor Documentation

template<typename ValueType>
BALL::TRegularData3D< ValueType >::IndexType::IndexType ( ) [inline]
template<typename ValueType>
BALL::TRegularData3D< ValueType >::IndexType::IndexType ( Position  p) [inline]
template<typename ValueType>
BALL::TRegularData3D< ValueType >::IndexType::IndexType ( Position  p,
Position  q,
Position  r 
) [inline]

Member Data Documentation