BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
regularData2D.h File Reference

Go to the source code of this file.

Classes

class  BALL::TRegularData2D< ValueType >
class  BALL::TRegularData2D< ValueType >::IndexType
 The index type used to refer to a specific element in the grid (x-, and y-index) More...
struct  BALL::TRegularData2D< ValueType >::BlockValueType
 The block data type for reading and writing binary data. More...

Namespaces

namespace  BALL

Typedefs

typedef TRegularData2D< floatBALL::RegularData2D

Functions

Stream I/O
template<typename ValueType >
std::ostream & BALL::operator<< (std::ostream &os, const TRegularData2D< ValueType > &data)
 Output operator.
template<typename ValueType >
std::istream & BALL::operator>> (std::istream &is, TRegularData2D< ValueType > &grid)
 Input operator.