5#ifndef GEMMI_TO_PDB_HPP_
6#define GEMMI_TO_PDB_HPP_
Data structures to store macromolecular structure models.
std::string make_pdb_headers(const Structure &st)
GEMMI_DLL std::string make_pdb_string(const Structure &st, PdbWriteOptions opt={})
GEMMI_DLL bool use_hetatm(const Residue &res)
record type ATOM/HETATM to use for writing given residue
void write_minimal_pdb(const Structure &st, std::ostream &os)
GEMMI_DLL void write_pdb(const Structure &st, std::ostream &os, PdbWriteOptions opt={})
static PdbWriteOptions headers_only()
static PdbWriteOptions minimal()