58 class r_Conv_TOR :
public r_Convertor
61 r_Conv_TOR(
const char* source,
const r_Minterval& lengthordomain,
const r_Type* tp)
throw(r_Error);
63 r_Conv_TOR(
const char* source,
const r_Minterval& lengthordomain,
int tp)
throw(r_Error);
65 r_convDesc& convertFrom(
const char* options = NULL) throw (r_Error);
67 r_convDesc& convertTo(const
char* options = NULL) throw (r_Error);
69 const
char* get_name() const;
71 r_Data_Format get_data_format() const;
73 r_Convertor* clone() const;
Definition: raslib/type.hh:56