#include <ost/io/module_config.hh>
#include <ost/mol/entity_view.hh>
#include <ost/mol/entity_handle.hh>
#include <ost/io/mol/io_profile.hh>
Go to the source code of this file.
Namespaces | |
namespace | ost |
namespace | ost::io |
Functions | |
String DLLIMPORT | EntityToPDBString (const mol::EntityHandle &ent, const IOProfile &profile=IOProfile()) |
String DLLIMPORT | EntityToPDBString (const mol::EntityView &ent, const IOProfile &profile=IOProfile()) |
mol::EntityHandle DLLIMPORT | PDBStringToEntity (const String &pdb, const IOProfile &profile=IOProfile()) |