ARB
|
Public Member Functions | |
ConvertibleData (const InputFormat &in_) | |
Format | format () const |
const Embl & | to_embl (const Seq &seq) const |
const GenBank & | to_genbank (const Seq &seq) const |
const Macke & | to_macke (const Seq &seq) const |
Definition at line 24 of file convert.cxx.
|
inline |
Definition at line 32 of file convert.cxx.
|
inline |
Definition at line 34 of file convert.cxx.
References InputFormat::format().
Referenced by write_to_macke().
const Embl & ConvertibleData::to_embl | ( | const Seq & | seq | ) | const |
Definition at line 43 of file convert.cxx.
References ca_assert, EMBL, InputFormat::format(), GENBANK, gtoe(), SmartPtr< T, C >::isNull(), MACKE, mtoe(), throw_conversion_failure(), and throw_conversion_not_implemented().
Referenced by write_to_embl().
const GenBank & ConvertibleData::to_genbank | ( | const Seq & | seq | ) | const |
Definition at line 62 of file convert.cxx.
References ca_assert, EMBL, etog(), InputFormat::format(), GENBANK, SmartPtr< T, C >::isNull(), MACKE, mtog(), throw_conversion_failure(), and throw_conversion_not_implemented().
Referenced by write_to_genbank().
const Macke & ConvertibleData::to_macke | ( | const Seq & | seq | ) | const |
Definition at line 81 of file convert.cxx.
References ca_assert, EMBL, etom(), InputFormat::format(), GENBANK, gtom(), SmartPtr< T, C >::isNull(), MACKE, throw_conversion_failure(), and throw_conversion_not_implemented().
Referenced by write_to_macke().