Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
to_pdb.hpp File Reference

Writing PDB file format (Structure -> pdb file). More...

#include "model.hpp"
#include <ostream>

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)
 

Detailed Description

Writing PDB file format (Structure -> pdb file).

Definition in file to_pdb.hpp.