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)cif++/validate.hpp
(File validate.hpp)system_error
Included By
Namespaces
Functions
Function cif::pdb::is_valid_pdbx_file(const file&, std::error_code&)
Function cif::pdb::is_valid_pdbx_file(const file&, const validator&, std::error_code&)
Function cif::pdb::is_valid_pdbx_file(const file&, const validator&)
Function cif::pdb::reconstruct_pdbx(file&, const validator&)
Function cif::pdb::write(const std::filesystem::path&, const datablock&)
Function cif::pdb::write(const std::filesystem::path&, const file&)