BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
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>

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)

Definition at line 56 of file regularData3D.h.

Constructor & Destructor Documentation

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

Definition at line 59 of file regularData3D.h.

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

Definition at line 60 of file regularData3D.h.

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

Definition at line 61 of file regularData3D.h.

Member Data Documentation

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

Definition at line 64 of file regularData3D.h.

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

Definition at line 66 of file regularData3D.h.

template<typename ValueType>
Position BALL::TRegularData3D< ValueType >::IndexType::z

Definition at line 68 of file regularData3D.h.