#include <Format.hxx>
Inheritance diagram for SeldonData::FormatGrib:
Public Member Functions | |
FormatGrib () throw () | |
Default constructor. | |
~FormatGrib () throw () | |
Destructor. | |
template<class TG> | |
void | Read (string FileName, int variable, RegularGrid< TG > &G) const |
Reads a Grib file. | |
template<class TG, int N> | |
void | Read (string FileName, int variable, GeneralGrid< TG, N > &G) const |
Reads a Grib file. | |
template<class TD, int N, class TG> | |
void | Read (string FileName, int variable, Data< TD, N, TG > &D) const |
Reads a Grib file. | |
template<class TA, int N> | |
void | Read (string FileName, int variable, Array< TA, N > &A) const |
Reads a Grib file. |