66 class r_Conv_CSV :
public r_Convertor
70 r_Conv_CSV(
const char *src,
const r_Minterval &interv,
const r_Type *tp)
throw(r_Error);
72 r_Conv_CSV(
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;
88 template <class baseType, class castType>
89 void print(std::ofstream &f, baseType* val,
int *dims,
int dim);
91 void printStruct(std::ofstream &f,
int *dims,
int dim);
93 void printStructVal(std::ofstream &f);