AtmoData::FormatECMWF< T > Class Template Reference

Input/ouput class to read files in binary format at ECMWF. More...

#include <Format.hxx>

List of all members.

Public Member Functions

 FormatECMWF () throw ()
 Default constructor.
 FormatECMWF (int date) throw ()
 Constructor.
 ~FormatECMWF () throw ()
 Destructor.
void SetDate (int date)
 Sets the date.
int GetDate () const
 Gets the date.
template<class TD, int N, class TG>
void Read (string FileName, Data< TD, N, TG > &D) const
 Reads a file in "ECMWF" format.
template<class TD, int N, class TG>
void Read (ifstream &FileStream, Data< TD, N, TG > &D) const
 Reads a file in "ECMWF" format.
template<class TA, int N>
void Read (string FileName, Array< TA, N > &A) const
 Reads a file in "ECMWF" format.
template<int N>
void Read (ifstream &FileStream, Array< T, N > &A) const
 Reads a file in "ECMWF" format.
template<class TA, int N>
void Read (ifstream &FileStream, Array< TA, N > &A) const
 Reads a file in "ECMWF" format.

Protected Attributes

int date_
 Date.


Detailed Description

template<class T>
class AtmoData::FormatECMWF< T >

Input/ouput class to read files in binary format at ECMWF.


Member Function Documentation

template<class T>
void AtmoData::FormatECMWF< T >::SetDate ( int  date  ) 

Sets the date.

Parameters:
date date.

template<class T>
int AtmoData::FormatECMWF< T >::GetDate (  )  const

Gets the date.

Returns:
The date.


The documentation for this class was generated from the following files:
Generated on Tue Nov 17 11:51:46 2009 for AtmoData by  doxygen 1.5.1