#include <Format.hxx>
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. |
void AtmoData::FormatECMWF< T >::SetDate | ( | int | date | ) |
Sets the date.
date | date. |
int AtmoData::FormatECMWF< T >::GetDate | ( | ) | const |
Gets the date.