Gemmi C++ API
Loading...
Searching...
No Matches
Namespaces | Functions
read_cif.hpp File Reference
#include "cifdoc.hpp"
#include "input.hpp"

Go to the source code of this file.

Namespaces

namespace  gemmi
 

Functions

GEMMI_DLL cif::Document gemmi::read_cif_gz (const std::string &path)
 
GEMMI_DLL cif::Document gemmi::read_mmjson_gz (const std::string &path)
 
GEMMI_DLL CharArray gemmi::read_into_buffer_gz (const std::string &path)
 
GEMMI_DLL cif::Document gemmi::read_cif_from_buffer (const CharArray &buffer, const char *name)
 
GEMMI_DLL cif::Document gemmi::read_first_block_gz (const std::string &path, size_t limit)
 
cif::Document gemmi::read_cif_or_mmjson_gz (const std::string &path)