|
Gemmi C++ API
|
A class for converting MTZ (merged or unmerged) to SF-mmCIF. More...
#include <ostream>#include "mtz.hpp"#include "xds_ascii.hpp"#include "intensit.hpp"#include "logger.hpp"#include "metadata.hpp"Go to the source code of this file.
Classes | |
| class | gemmi::MtzToCif |
Namespaces | |
| namespace | gemmi |
Functions | |
| GEMMI_DLL void | gemmi::write_staraniso_b_in_mmcif (const SMat33< double > &b, const std::string &entry_id, char *buf, std::ostream &os) |
| GEMMI_DLL void | gemmi::remove_appendix_from_column_names (Mtz &mtz, const Logger &logger) |
| remove '_dataset_name' that can be appended to column names in ccp4i | |
| GEMMI_DLL bool | gemmi::validate_merged_mtz_deposition_columns (const Mtz &mtz, const Logger &logger) |
| GEMMI_DLL bool | gemmi::validate_merged_intensities (Intensities &mi, Intensities &ui, bool relaxed_check, const Logger &logger) |
| GEMMI_DLL std::vector< SoftwareItem > | gemmi::get_software_from_mtz_history (const std::vector< std::string > &history) |
A class for converting MTZ (merged or unmerged) to SF-mmCIF.
Definition in file mtz2cif.hpp.