|
Gemmi C++ API
|
Writing PDB file format (Structure -> pdb file). More...
Go to the source code of this file.
Classes | |
| struct | gemmi::PdbWriteOptions |
Namespaces | |
| namespace | gemmi |
Functions | |
| GEMMI_DLL bool | gemmi::use_hetatm (const Residue &res) |
| record type ATOM/HETATM to use for writing given residue | |
| GEMMI_DLL void | gemmi::write_pdb (const Structure &st, std::ostream &os, PdbWriteOptions opt={}) |
| GEMMI_DLL std::string | gemmi::make_pdb_string (const Structure &st, PdbWriteOptions opt={}) |
| void | gemmi::write_minimal_pdb (const Structure &st, std::ostream &os) |
| std::string | gemmi::make_pdb_headers (const Structure &st) |
Writing PDB file format (Structure -> pdb file).
Definition in file to_pdb.hpp.