66 class r_Conv_HDF :
public r_Convertor
70 r_Conv_HDF(
const char *src,
const r_Minterval &interv,
const r_Type *tp)
throw(r_Error);
72 r_Conv_HDF(
const char *src,
const r_Minterval &interv,
int tp )
throw(r_Error);
77 virtual r_convDesc &convertTo(
const char *options=NULL ) throw(r_Error);
79 virtual r_convDesc &convertFrom( const
char *options=NULL ) throw(r_Error);
81 virtual r_Convertor *clone(
void ) const;
83 virtual const
char *get_name(
void ) const;
84 virtual r_Data_Format get_data_format(
void ) const;
91 static
int getHDFtype(
int intType,
int &size);
93 static
int getIntType(
int hdfType,
int &size);
95 int datatype, datasize;
100 static const convert_string_t compNames[];
101 static const
int MaxSwapBufferSize;