![]() |
Rosetta
2021.16
|
#include <StructFileReaderOptions.hh>

Static Public Member Functions | |
| static void | list_options_read (utility::options::OptionKeyList &read_options) |
| Declare the list of options that are read in the process of reading a PDB (or SDF) and converting it into a Pose. More... | |
| static void | append_schema_attributes (utility::tag::AttributeList &attributes) |
Static Public Member Functions inherited from core::io::StructFileRepOptions | |
| static void | list_options_read (utility::options::OptionKeyList &read_options) |
| Declare the list of options that are read in the process of reading a PDB (or SDF) and converting it into a Pose. More... | |
| static void | append_schema_attributes (utility::tag::AttributeList &attributes) |
| Describe the XML Schema for this ResourceOption object. More... | |
Private Member Functions | |
| void | init_from_options (utility::options::OptionCollection const &options) |
| Assigns user specified values to primitive members using command line options. More... | |
Private Attributes | |
| bool | new_chain_order_ |
| bool | obey_ENDMDL_ |
| bool | read_pdb_header_ |
| bool | glycam_pdb_format_ |
| bool | mmtf_extra_data_io_ |
| core::io::StructFileReaderOptions::StructFileReaderOptions | ( | ) |
Constructor that takes default values from the global OptionCollection object, basic::options::option.
References init_from_options().
| core::io::StructFileReaderOptions::StructFileReaderOptions | ( | utility::options::OptionCollection const & | options | ) |
Constructor that takes default values from a provided OptionCollection object.
References init_from_options().
|
overridedefault |
|
static |
| bool core::io::StructFileReaderOptions::glycam_pdb_format | ( | ) | const |
References glycam_pdb_format_.
|
private |
Assigns user specified values to primitive members using command line options.
References set_glycam_pdb_format(), set_mmtf_extra_data_io(), set_new_chain_order(), set_obey_ENDMDL(), and set_read_pdb_header().
Referenced by StructFileReaderOptions().
|
static |
Declare the list of options that are read in the process of reading a PDB (or SDF) and converting it into a Pose.
References core::io::StructFileRepOptions::list_options_read().
Referenced by core::import_pose::ImportPoseOptions::list_options_read().
| bool core::io::StructFileReaderOptions::mmtf_extra_data_io | ( | ) | const |
References mmtf_extra_data_io_.
| bool core::io::StructFileReaderOptions::new_chain_order | ( | ) | const |
| bool core::io::StructFileReaderOptions::obey_ENDMDL | ( | ) | const |
References obey_ENDMDL_.
Referenced by core::io::mmcif::create_sfr_from_cif_file_op(), and core::io::pdb::create_sfr_from_pdb_records().
| bool core::io::StructFileReaderOptions::operator< | ( | StructFileReaderOptions const & | other | ) | const |
References glycam_pdb_format_, mmtf_extra_data_io_, new_chain_order_, obey_ENDMDL_, and read_pdb_header_.
| bool core::io::StructFileReaderOptions::operator== | ( | StructFileReaderOptions const & | other | ) | const |
References glycam_pdb_format_, mmtf_extra_data_io_, new_chain_order_, obey_ENDMDL_, and read_pdb_header_.
|
overridevirtual |
Reimplemented from core::io::StructFileRepOptions.
References core::io::StructFileRepOptions::parse_my_tag(), set_glycam_pdb_format(), set_mmtf_extra_data_io(), set_new_chain_order(), set_obey_ENDMDL(), and set_read_pdb_header().
Referenced by core::import_pose::ImportPoseOptions::parse_my_tag().
| bool core::io::StructFileReaderOptions::read_pdb_header | ( | ) | const |
References read_pdb_header_.
Referenced by core::io::mmcif::create_sfr_from_cif_file_op(), and core::io::mmtf::create_sfrs_from_mmtf_filename().
| void core::io::StructFileReaderOptions::set_glycam_pdb_format | ( | bool | setting | ) |
References glycam_pdb_format_.
Referenced by init_from_options(), and parse_my_tag().
| void core::io::StructFileReaderOptions::set_mmtf_extra_data_io | ( | bool | setting | ) |
References mmtf_extra_data_io_.
Referenced by init_from_options(), and parse_my_tag().
| void core::io::StructFileReaderOptions::set_new_chain_order | ( | bool | setting | ) |
References new_chain_order_.
Referenced by init_from_options(), and parse_my_tag().
| void core::io::StructFileReaderOptions::set_obey_ENDMDL | ( | bool | setting | ) |
References obey_ENDMDL_.
Referenced by init_from_options(), and parse_my_tag().
| void core::io::StructFileReaderOptions::set_read_pdb_header | ( | bool | setting | ) |
References read_pdb_header_.
Referenced by init_from_options(), and parse_my_tag().
|
overridevirtual |
Reimplemented from core::io::StructFileRepOptions.
|
private |
Referenced by glycam_pdb_format(), operator<(), operator==(), and set_glycam_pdb_format().
|
private |
Referenced by mmtf_extra_data_io(), operator<(), operator==(), and set_mmtf_extra_data_io().
|
private |
Referenced by new_chain_order(), operator<(), operator==(), and set_new_chain_order().
|
private |
Referenced by obey_ENDMDL(), operator<(), operator==(), and set_obey_ENDMDL().
|
private |
Referenced by operator<(), operator==(), read_pdb_header(), and set_read_pdb_header().
1.8.7