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

Create cif::Document (for PDBx/mmCIF file) from Structure. More...

#include "model.hpp"
#include "cifdoc.hpp"

Go to the source code of this file.

Classes

struct  gemmi::MmcifOutputGroups
 

Namespaces

namespace  gemmi
 

Functions

GEMMI_DLL void gemmi::update_mmcif_block (const Structure &st, cif::Block &block, MmcifOutputGroups groups=MmcifOutputGroups(true))
 
GEMMI_DLL cif::Document gemmi::make_mmcif_document (const Structure &st, MmcifOutputGroups groups=MmcifOutputGroups(true))
 
GEMMI_DLL cif::Block gemmi::make_mmcif_block (const Structure &st, MmcifOutputGroups groups=MmcifOutputGroups(true))
 
GEMMI_DLL cif::Block gemmi::make_mmcif_headers (const Structure &st)
 
GEMMI_DLL void gemmi::add_minimal_mmcif_data (const Structure &st, cif::Block &block)
 
GEMMI_DLL void gemmi::write_ncs_oper (const Structure &st, cif::Block &block)
 
GEMMI_DLL void gemmi::write_struct_conn (const Structure &st, cif::Block &block)
 
GEMMI_DLL void gemmi::write_cispeps (const Structure &st, cif::Block &block)
 

Detailed Description

Create cif::Document (for PDBx/mmCIF file) from Structure.

Definition in file to_mmcif.hpp.