OpenStructure
|
#include <ost/io/module_config.hh>
#include <ost/io/io_exception.hh>
#include <ost/mol/entity_handle.hh>
#include <ost/io/mmcif_reader.hh>
#include <ost/io/mol/io_profile.hh>
Go to the source code of this file.
Namespaces | |
ost | |
ost::io | |
Functions | |
String DLLEXPORT_OST_IO | EntityToMMCifString (const ost::mol::EntityHandle &ent, const String &data_name, ost::conop::CompoundLibPtr compound_lib, bool mmcif_conform) |
String DLLEXPORT_OST_IO | EntityToMMCifString (const ost::mol::EntityView &ent, const String &data_name, ost::conop::CompoundLibPtr compound_lib, bool mmcif_conform) |
std::tuple< mol::EntityHandle, MMCifInfo, ost::seq::SequenceList > DLLEXPORT_OST_IO | MMCifStringToEntity (const String &mmcif, const IOProfile &profile, bool process) |