83 virtual const char *
get_name(
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);
virtual r_convDesc & convertFrom(const char *options=NULL)
convert from CSV
virtual const char * get_name(void) const
identification
Definition: convertor.hh:111
r_Conv_CSV(const char *src, const r_Minterval &interv, const r_Type *tp)
constructor using an r_Type object. Exception if the type isn't atomic.
r_Data_Format
Definition: mddtypes.hh:133
virtual r_convDesc & convertTo(const char *options=NULL)
convert to CSV
virtual r_Convertor * clone(void) const
cloning
~r_Conv_CSV(void)
destructor
virtual r_Data_Format get_data_format(void) const
Definition: convertor.hh:56
Definition: minterval.hh:249