53 class r_Conv_ECW :
public r_Convertor
56 r_Conv_ECW(
const char* source,
const r_Minterval& lengthordomain,
const r_Type* tp)
throw(r_Error);
58 r_Conv_ECW(
const char* source,
const r_Minterval& lengthordomain,
int tp)
throw(r_Error);
60 r_convDesc& convertFrom(
const char* options = NULL) throw (r_Error);
62 r_convDesc& convertTo(const
char* options = NULL) throw (r_Error);
64 const
char* get_name() const;
66 r_Data_Format get_data_format() const;
68 r_Convertor* clone() const;