59 class r_Conv_NETCDF :
public r_Convert_Memory
63 r_Conv_NETCDF(
const char *src,
const r_Minterval &interv,
const r_Type *tp)
throw (r_Error);
65 r_Conv_NETCDF(
const char *src,
const r_Minterval &interv,
int tp)
throw (r_Error);
70 virtual r_convDesc &convertTo(
const char *options = NULL) throw (r_Error);
72 virtual r_convDesc &convertFrom(const
char *options = NULL) throw (r_Error);
75 virtual r_Convertor *clone(
void) const;
78 virtual const
char *get_name(
void) const;
79 virtual r_Data_Format get_data_format(
void) const;
85 void initNETCDF(
void);
87 template <class baseType, class castType>
void print(baseType* val,
int bufferZise);
89 const
char *Conventions;
90 const
char *Institution;