file
gzread.hpp
Contents
- Reference
Namespaces
- namespace gemmi
Functions
-
auto read_cif_gz(const std::
string& path) -> cif::Document -
auto read_mmjson_gz(const std::
string& path) -> cif::Document -
auto read_cif_or_mmjson_gz(const std::
string& path) -> cif::Document -
auto read_structure_gz(const std::
string& path, CoorFormat format = CoorFormat::Unknown) -> Structure -
auto read_pdb_gz(const std::
string& path, int linelen = 0) -> Structure -
auto coor_format_from_ext_gz(const std::
string& path) -> CoorFormat