OpenStructure
Loading...
Searching...
No Matches
Namespaces | Functions
mmcif_str.hh File Reference
#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>
#include <ost/io/mmcif_writer.hh>
#include <ost/io/mol/omf.hh>

Go to the source code of this file.

Namespaces

namespace  ost
 
namespace  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, const std::vector< MMCifWriterEntity > &entity_info=std::vector< MMCifWriterEntity >())
 
String DLLEXPORT_OST_IO EntityToMMCifString (const ost::mol::EntityView &ent, const String &data_name, ost::conop::CompoundLibPtr compound_lib, bool mmcif_conform, const std::vector< MMCifWriterEntity > &entity_info=std::vector< MMCifWriterEntity >())
 
String DLLEXPORT_OST_IO OMFToMMCifString (const ost::io::OMF &omf, const String &data_name, ost::conop::CompoundLibPtr compound_lib, bool mmcif_conform, const std::vector< MMCifWriterEntity > &entity_info=std::vector< MMCifWriterEntity >())
 
std::tuple< mol::EntityHandle, MMCifInfo, ost::seq::SequenceList > DLLEXPORT_OST_IO MMCifStringToEntity (const String &mmcif, const IOProfile &profile, bool process)