19#ifndef OST_IO_PDB_STR_HH
20#define OST_IO_PDB_STR_HH
27namespace ost {
namespace io {
31EntityToPDBString(
const mol::EntityHandle& ent,
const IOProfile& profile=IOProfile());
34EntityToPDBString(
const mol::EntityView& ent,
const IOProfile& profile=IOProfile());
String DLLEXPORT_OST_IO EntityToPDBString(const mol::EntityHandle &ent, const IOProfile &profile=IOProfile())
mol::EntityHandle DLLEXPORT_OST_IO PDBStringToEntity(const String &pdb, const IOProfile &profile=IOProfile(), bool process=false)