BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
regularData1D.h File Reference
#include <BALL/common.h>
#include <BALL/SYSTEM/file.h>
#include <BALL/SYSTEM/binaryFileAdaptor.h>
#include <vector>
#include <iostream>
#include <fstream>
#include <iterator>
#include <algorithm>

Go to the source code of this file.

Classes

class  BALL::TRegularData1D< ValueType >
 
struct  BALL::TRegularData1D< ValueType >::BlockValueType
 The block data type for reading and writing binary data. More...
 

Namespaces

namespace  BALL
 

Typedefs

typedef TRegularData1D< floatBALL::RegularData1D
 

Functions

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