OpenStructure
|
#include <ost/base.hh>
#include <ost/generic_property.hh>
#include <ost/info/info_fw.hh>
#include <ost/seq/module_config.hh>
#include <ost/mol/residue_view.hh>
#include <ost/mol/entity_view.hh>
#include <ost/seq/impl/sequence_impl_fw.hh>
Go to the source code of this file.
Data Structures | |
class | ConstSequenceHandle |
immutable sequence More... | |
class | SequenceHandle |
mutable sequence handle. More... |
Namespaces | |
namespace | ost |
namespace | ost::seq |
Functions | |
SequenceHandle DLLEXPORT_OST_SEQ | CreateSequence (const String &name, const String &seq) |
void DLLEXPORT_OST_SEQ | SequenceToInfo (const ConstSequenceHandle &sequence, info::InfoGroup &group) |
SequenceHandle DLLEXPORT_OST_SEQ | SequenceFromInfo (info::InfoGroup &group) |
DLLEXPORT_OST_SEQ std::ostream & | operator<< (std::ostream &os, const ConstSequenceHandle &sequence) |