Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
to_pdb.hpp File Reference
#include "model.hpp"
#include <ostream>

Go to the source code of this file.

Classes

struct  gemmi::PdbWriteOptions
 

Namespaces

namespace  gemmi
 

Functions

GEMMI_DLL void gemmi::write_pdb (const Structure &st, std::ostream &os, PdbWriteOptions opt=PdbWriteOptions())
 
GEMMI_DLL std::string gemmi::make_pdb_string (const Structure &st, PdbWriteOptions opt=PdbWriteOptions())
 
void gemmi::write_minimal_pdb (const Structure &st, std::ostream &os)
 
std::string gemmi::make_pdb_headers (const Structure &st)