48 class r_Conv_NTF :
public r_Convert_Memory
53 r_Conv_NTF(
const char *src,
const r_Minterval &interv,
const r_Type *tp )
throw(r_Error);
56 r_Conv_NTF(
const char *src,
const r_Minterval &interv,
int tp )
throw(r_Error);
62 virtual r_convDesc &convertTo(
const char *options=NULL ) throw(r_Error);
65 virtual r_convDesc &convertFrom( const
char *options=NULL ) throw(r_Error);
68 virtual r_Convertor *clone(
void ) const;
71 virtual const
char *get_name(
void ) const;
72 virtual r_Data_Format get_data_format(
void ) const;
76 char *bl_num, *bl_size, *d_offset;
Definition: raslib/type.hh:56