![]() |
Rosetta
2021.16
|
This class contains all of the data which is used in the process of reading a PDB into a Pose. There is actually a substantial amount of data! More...
#include <import_pose_options.hh>

Static Public Member Functions | |
| static void | list_options_read (utility::options::OptionKeyList &read_options) |
| static void | append_schema_attributes (utility::tag::AttributeList &attrs) |
Static Public Member Functions inherited from core::io::StructFileReaderOptions | |
| 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... | |
This class contains all of the data which is used in the process of reading a PDB into a Pose. There is actually a substantial amount of data!
| core::import_pose::ImportPoseOptions::ImportPoseOptions | ( | ) |
Constructor that takes default values from the global OptionCollection object, basic::options::option.
References init_from_options().
| core::import_pose::ImportPoseOptions::ImportPoseOptions | ( | utility::options::OptionCollection const & | options | ) |
Constructor that takes default values from a provided OptionCollection object.
References init_from_options().
|
overridedefault |
|
static |
| bool core::import_pose::ImportPoseOptions::centroid | ( | ) | const |
References centroid_.
Referenced by init_from_options(), core::import_pose::pose_from_file(), core::import_pose::poseOPs_from_files(), and set_centroid().
| bool core::import_pose::ImportPoseOptions::fold_tree_io | ( | ) | const |
References fold_tree_io_.
Referenced by core::import_pose::read_additional_pdb_data(), and set_fold_tree_io().
|
private |
Assigns user specified values to primitive members using command line options.
References centroid(), core::pack::pack_missing_sidechains(), set_centroid(), set_fold_tree_io(), set_membrane(), set_metal_bond_angle_constraint_multiplier(), set_metal_bond_dist_constraint_multiplier(), set_metal_bond_LJ_multiplier(), set_no_optH(), set_pack_missing_sidechains(), set_read_fold_tree(), set_residue_type_set_mode(), set_set_up_metal_bonds(), set_skip_set_reasonable_fold_tree(), core::import_pose::tr(), and core::chemical::type_set_mode_from_string().
Referenced by ImportPoseOptions().
|
static |
References core::io::StructFileReaderOptions::list_options_read(), and core::pack::pack_missing_sidechains().
Referenced by protocols::jd3::chunk_library_inputters::PDBChunkLibraryInputter::list_options_read(), protocols::jd3::full_model_inputters::PDBFullModelInputter::list_options_read(), and protocols::jd3::pose_inputters::PDBPoseInputter::list_options_read().
| bool core::import_pose::ImportPoseOptions::membrane | ( | ) | const |
References membrane_.
Referenced by core::import_pose::build_pose_as_is2(), and set_membrane().
| core::Real core::import_pose::ImportPoseOptions::metal_bond_angle_constraint_multiplier | ( | ) | const |
References metal_bond_angle_constraint_multiplier_.
Referenced by core::import_pose::build_pose_as_is2().
| core::Real core::import_pose::ImportPoseOptions::metal_bond_dist_constraint_multiplier | ( | ) | const |
References metal_bond_dist_constraint_multiplier_.
Referenced by core::import_pose::build_pose_as_is2().
| core::Real core::import_pose::ImportPoseOptions::metal_bond_LJ_multiplier | ( | ) | const |
References metal_bond_LJ_multiplier_.
Referenced by core::import_pose::build_pose_as_is2().
| bool core::import_pose::ImportPoseOptions::no_optH | ( | ) | const |
References no_optH_.
Referenced by core::import_pose::build_pose_as_is2(), and set_no_optH().
| bool core::import_pose::ImportPoseOptions::operator< | ( | ImportPoseOptions const & | other | ) | const |
| bool core::import_pose::ImportPoseOptions::operator== | ( | ImportPoseOptions const & | other | ) | const |
| bool core::import_pose::ImportPoseOptions::pack_missing_sidechains | ( | ) | const |
References pack_missing_sidechains_.
Referenced by core::import_pose::build_pose_as_is2(), and set_pack_missing_sidechains().
|
overridevirtual |
Reimplemented from core::io::StructFileRepOptions.
References core::io::StructFileReaderOptions::parse_my_tag(), set_centroid(), set_fold_tree_io(), set_membrane(), set_metal_bond_angle_constraint_multiplier(), set_metal_bond_dist_constraint_multiplier(), set_metal_bond_LJ_multiplier(), set_no_optH(), set_pack_missing_sidechains(), set_read_fold_tree(), set_residue_type_set_mode(), set_set_up_metal_bonds(), set_skip_set_reasonable_fold_tree(), and core::chemical::type_set_mode_from_string().
Referenced by core::import_pose::PoseResourceLoader::create_resource().
| bool core::import_pose::ImportPoseOptions::read_fold_tree | ( | ) | const |
| core::chemical::TypeSetMode core::import_pose::ImportPoseOptions::residue_type_set_mode | ( | ) | const |
| void core::import_pose::ImportPoseOptions::set_centroid | ( | bool | centroid | ) |
References centroid(), and centroid_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_fold_tree_io | ( | bool | fold_tree_io | ) |
References fold_tree_io(), and fold_tree_io_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_membrane | ( | bool | membrane | ) |
References membrane(), and membrane_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_metal_bond_angle_constraint_multiplier | ( | core::Real | invalue | ) |
References metal_bond_angle_constraint_multiplier_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_metal_bond_dist_constraint_multiplier | ( | core::Real | invalue | ) |
References metal_bond_dist_constraint_multiplier_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_metal_bond_LJ_multiplier | ( | core::Real | invalue | ) |
References metal_bond_LJ_multiplier_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_no_optH | ( | bool | no_optH | ) |
References no_optH(), and no_optH_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_pack_missing_sidechains | ( | bool | pack_missing_sidechains | ) |
References pack_missing_sidechains(), and pack_missing_sidechains_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_read_fold_tree | ( | bool | read_fold_tree | ) |
References read_fold_tree(), and read_fold_tree_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_residue_type_set_mode | ( | core::chemical::TypeSetMode | residue_type_set_mode | ) |
References residue_type_set_mode(), and residue_type_set_mode_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_set_up_metal_bonds | ( | bool | invalue | ) |
References set_up_metal_bonds_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_skip_set_reasonable_fold_tree | ( | bool | skip_set_reasonable_fold_tree | ) |
References skip_set_reasonable_fold_tree(), and skip_set_reasonable_fold_tree_.
Referenced by init_from_options(), and parse_my_tag().
| bool core::import_pose::ImportPoseOptions::set_up_metal_bonds | ( | ) | const |
References set_up_metal_bonds_.
Referenced by core::import_pose::build_pose_as_is2().
| bool core::import_pose::ImportPoseOptions::set_up_metal_constraints | ( | ) | const |
References metal_bond_angle_constraint_multiplier_, metal_bond_dist_constraint_multiplier_, and set_up_metal_bonds_.
Referenced by core::import_pose::build_pose_as_is2().
| bool core::import_pose::ImportPoseOptions::skip_set_reasonable_fold_tree | ( | ) | const |
References skip_set_reasonable_fold_tree_.
Referenced by core::import_pose::build_pose_as_is2(), and set_skip_set_reasonable_fold_tree().
|
overridevirtual |
Reimplemented from core::io::StructFileRepOptions.
|
private |
Referenced by centroid(), operator<(), operator==(), and set_centroid().
|
private |
Referenced by fold_tree_io(), operator<(), operator==(), and set_fold_tree_io().
|
private |
Referenced by membrane(), operator<(), operator==(), and set_membrane().
|
private |
|
private |
|
private |
Referenced by metal_bond_LJ_multiplier(), operator<(), operator==(), and set_metal_bond_LJ_multiplier().
|
private |
Referenced by no_optH(), operator<(), operator==(), and set_no_optH().
|
private |
Referenced by operator<(), operator==(), pack_missing_sidechains(), and set_pack_missing_sidechains().
|
private |
Referenced by operator<(), operator==(), read_fold_tree(), and set_read_fold_tree().
|
private |
Referenced by operator<(), operator==(), residue_type_set_mode(), and set_residue_type_set_mode().
|
private |
Referenced by operator<(), operator==(), set_set_up_metal_bonds(), set_up_metal_bonds(), and set_up_metal_constraints().
|
private |
Referenced by operator<(), operator==(), set_skip_set_reasonable_fold_tree(), and skip_set_reasonable_fold_tree().
1.8.7