|
Gemmi C++ API
|
#include <metadata.hpp>
Classes | |
| struct | Restr |
Public Attributes | |
| std::string | id |
| std::string | cross_validation_method |
| std::string | rfree_selection_method |
| int | bin_count = -1 |
| std::vector< BasicRefinementInfo > | bins |
| double | mean_b = NAN |
| SMat33< double > | aniso_b {NAN, NAN, NAN, NAN, NAN, NAN} |
| double | luzzati_error = NAN |
| double | dpi_blow_r = NAN |
| double | dpi_blow_rfree = NAN |
| double | dpi_cruickshank_r = NAN |
| double | dpi_cruickshank_rfree = NAN |
| std::vector< Restr > | restr_stats |
| std::vector< TlsGroup > | tls_groups |
| std::string | remarks |
Public Attributes inherited from gemmi::BasicRefinementInfo | |
| double | resolution_high = NAN |
| double | resolution_low = NAN |
| double | completeness = NAN |
| int | reflection_count = -1 |
| int | work_set_count = -1 |
| int | rfree_set_count = -1 |
| double | r_all = NAN |
| double | r_work = NAN |
| double | r_free = NAN |
| double | cc_fo_fc_work = NAN |
| double | cc_fo_fc_free = NAN |
| double | fsc_work = NAN |
| double | fsc_free = NAN |
| double | cc_intensity_work = NAN |
| double | cc_intensity_free = NAN |
Definition at line 128 of file metadata.hpp.
| std::string gemmi::RefinementInfo::id |
Definition at line 139 of file metadata.hpp.
| std::string gemmi::RefinementInfo::cross_validation_method |
Definition at line 140 of file metadata.hpp.
| std::string gemmi::RefinementInfo::rfree_selection_method |
Definition at line 141 of file metadata.hpp.
| int gemmi::RefinementInfo::bin_count = -1 |
Definition at line 142 of file metadata.hpp.
| std::vector<BasicRefinementInfo> gemmi::RefinementInfo::bins |
Definition at line 143 of file metadata.hpp.
Definition at line 144 of file metadata.hpp.
Definition at line 145 of file metadata.hpp.
Definition at line 146 of file metadata.hpp.
Definition at line 147 of file metadata.hpp.
Definition at line 148 of file metadata.hpp.
Definition at line 149 of file metadata.hpp.
Definition at line 150 of file metadata.hpp.
| std::vector<Restr> gemmi::RefinementInfo::restr_stats |
Definition at line 151 of file metadata.hpp.
| std::vector<TlsGroup> gemmi::RefinementInfo::tls_groups |
Definition at line 152 of file metadata.hpp.
| std::string gemmi::RefinementInfo::remarks |
Definition at line 153 of file metadata.hpp.