File pdb.hpp
↰ Parent directory (cif++
)
Definition (cif++/pdb.hpp
)
Detailed Description
This file presents the API to read and write files in the legacy and ancient PDB format.
The code works on the basis of best effort since it is impossible to have correct round trip fidelity.
Includes
cif++/file.hpp
(File file.hpp)system_error
Included By
Namespaces
Functions
Function cif::pdb::is_valid_pdbx_file(const file&, std::string_view)
Function cif::pdb::is_valid_pdbx_file(const file&, std::error_code&)
Function cif::pdb::is_valid_pdbx_file(const file&, std::string_view, std::error_code&)
Function cif::pdb::write(const std::filesystem::path&, const datablock&)
Function cif::pdb::write(const std::filesystem::path&, const file&)