|
Gemmi C++ API
|
#include <cif2mtz.hpp>
Public Member Functions | |
| Entry (const std::string &line) | |
| float | translate_code_to_number (const std::string &v) const |
Public Attributes | |
| std::string | refln_tag |
| std::string | col_label |
| char | col_type |
| int | dataset_id |
| std::vector< std::pair< std::string, float > > | code_to_number |
Definition at line 195 of file cif2mtz.hpp.
|
inline |
Definition at line 202 of file cif2mtz.hpp.
Definition at line 237 of file cif2mtz.hpp.
| std::string gemmi::CifToMtz::Entry::refln_tag |
Definition at line 196 of file cif2mtz.hpp.
| std::string gemmi::CifToMtz::Entry::col_label |
Definition at line 197 of file cif2mtz.hpp.
| char gemmi::CifToMtz::Entry::col_type |
Definition at line 198 of file cif2mtz.hpp.
| int gemmi::CifToMtz::Entry::dataset_id |
Definition at line 199 of file cif2mtz.hpp.
| std::vector<std::pair<std::string, float> > gemmi::CifToMtz::Entry::code_to_number |
Definition at line 200 of file cif2mtz.hpp.