|
Gemmi C++ API
|
Functions for reading possibly gzipped CIF files. More...
Go to the source code of this file.
Namespaces | |
| namespace | gemmi |
| namespace | gemmi::cif |
Functions | |
| GEMMI_DLL cif::Document | gemmi::read_cif_gz (const std::string &path, int check_level=1) |
| GEMMI_DLL bool | gemmi::check_cif_syntax_gz (const std::string &path, std::string *msg) |
| 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_memory (const char *data, size_t size, const char *name, int check_level=1) |
| GEMMI_DLL cif::Document | gemmi::read_first_block_gz (const std::string &path, size_t limit) |
| Document | gemmi::cif::read_string (const std::string &data, int check_level=1) |
| cif::Document | gemmi::read_cif_or_mmjson_gz (const std::string &path) |
Functions for reading possibly gzipped CIF files.
Definition in file read_cif.hpp.