#include <Format.hxx>
Inheritance diagram for SeldonData::FormatNetCDF< T >:
Public Member Functions | |
FormatNetCDF () throw () | |
Default constructor. | |
~FormatNetCDF () throw () | |
Destructor. | |
template<class TG> | |
void | Read (string FileName, string variable, RegularGrid< TG > &G) const |
Reads a netCDF file. | |
template<class TG, int N> | |
void | Read (string FileName, string variable, GeneralGrid< TG, N > &G) const |
Reads a netCDF file. | |
template<class TD, int N, class TG> | |
void | Read (string FileName, string variable, Data< TD, N, TG > &D) const |
Reads a netCDF file. | |
template<class TA, int N> | |
void | Read (string FileName, string variable, Array< TA, N > &A) const |
Reads a netCDF file. | |
void | ReadDimension (string FileName, string variable, int dim_num, int &dim_value) const |
Reads the dim_num th dimension of the variable in a netCDF file. | |
void | ReadAttribute (string FileName, string attribute, float &value) const |
void | ReadAttribute (string FileName, string attribute, int &value) const |
void SeldonData::FormatNetCDF< T >::ReadAttribute | ( | string | FileName, | |
string | attribute, | |||
float & | value | |||
) | const |
Reads the global attribute in a netCDF file and put the value of it in a float format.
void SeldonData::FormatNetCDF< T >::ReadAttribute | ( | string | FileName, | |
string | attribute, | |||
int & | value | |||
) | const |
Reads the global attribute in a netCDF file and put the value of it in a int format.