53 class r_Convertor_Factory
57 static bool is_supported( r_Data_Format fmt );
59 static r_Convertor *create( r_Data_Format fmt,
const char *src,
const r_Minterval &interv,
60 const r_Type *tp )
throw(r_Error);
62 static r_Convertor *create( r_Data_Format fmt,
const char *src,
const r_Minterval &interv,
63 int type )
throw(r_Error);
Definition: raslib/type.hh:56