|
Rosetta 3.5
|
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>


Private Member Functions | |
| void | init_from_options () |
| Assigns user specified values to primitive members using command line options. More... | |
Private Attributes | |
| bool | centroid_ |
| bool | fold_tree_io_ |
| bool | no_optH_ |
| bool | pack_missing_sidechains_ |
| bool | read_fold_tree_ |
| bool | rna_ |
| bool | skip_set_reasonable_fold_tree_ |
| std::string | residue_type_set_ |
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!
Definition at line 34 of file import_pose_options.hh.
| core::import_pose::ImportPoseOptions::ImportPoseOptions | ( | ) |
Definition at line 59 of file import_pose_options.cc.
References init_from_options().
|
virtual |
Definition at line 61 of file import_pose_options.cc.
| bool core::import_pose::ImportPoseOptions::centroid | ( | ) | const |
Definition at line 80 of file import_pose_options.cc.
References centroid_.
Referenced by init_from_options(), core::import_pose::pose_from_pdb(), core::import_pose::poseOPs_from_pdbs(), and set_centroid().
| bool core::import_pose::ImportPoseOptions::fold_tree_io | ( | ) | const |
Definition at line 81 of file import_pose_options.cc.
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.
Definition at line 102 of file import_pose_options.cc.
References centroid(), core::pack::pack_missing_sidechains(), set_centroid(), set_fold_tree_io(), set_no_optH(), set_pack_missing_sidechains(), set_read_fold_tree(), set_residue_type_set(), set_rna(), set_skip_set_reasonable_fold_tree_(), and core::import_pose::tr().
Referenced by ImportPoseOptions().
| bool core::import_pose::ImportPoseOptions::no_optH | ( | ) | const |
Definition at line 82 of file import_pose_options.cc.
References no_optH_.
Referenced by core::import_pose::build_pose_as_is2(), and set_no_optH().
| bool core::import_pose::ImportPoseOptions::pack_missing_sidechains | ( | ) | const |
Definition at line 83 of file import_pose_options.cc.
References pack_missing_sidechains_.
Referenced by core::import_pose::build_pose_as_is2(), and set_pack_missing_sidechains().
|
virtual |
Reimplemented from core::io::pdb::PDB_DReaderOptions.
Definition at line 65 of file import_pose_options.cc.
References core::io::pdb::PDB_DReaderOptions::parse_my_tag(), set_centroid(), set_fold_tree_io(), set_no_optH(), set_pack_missing_sidechains(), set_read_fold_tree(), set_residue_type_set(), set_rna(), and set_skip_set_reasonable_fold_tree_().
| bool core::import_pose::ImportPoseOptions::read_fold_tree | ( | ) | const |
Definition at line 84 of file import_pose_options.cc.
References read_fold_tree_.
Referenced by core::import_pose::pose_from_pdb_stream(), and set_read_fold_tree().
| std::string const & core::import_pose::ImportPoseOptions::residue_type_set | ( | ) | const |
Definition at line 88 of file import_pose_options.cc.
References residue_type_set_.
Referenced by core::import_pose::pose_from_pdb_stream(), and set_residue_type_set().
| bool core::import_pose::ImportPoseOptions::rna | ( | ) | const |
Definition at line 85 of file import_pose_options.cc.
References rna_.
Referenced by core::import_pose::pose_from_pdb(), and set_rna().
| void core::import_pose::ImportPoseOptions::set_centroid | ( | bool | centroid) |
Definition at line 91 of file import_pose_options.cc.
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) |
Definition at line 92 of file import_pose_options.cc.
References fold_tree_io(), and fold_tree_io_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_no_optH | ( | bool | no_optH) |
Definition at line 93 of file import_pose_options.cc.
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) |
Definition at line 94 of file import_pose_options.cc.
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) |
Definition at line 95 of file import_pose_options.cc.
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 | ( | std::string const & | residue_type_set) |
Definition at line 99 of file import_pose_options.cc.
References residue_type_set(), and residue_type_set_.
Referenced by init_from_options(), and parse_my_tag().
| void core::import_pose::ImportPoseOptions::set_rna | ( | bool | rna) |
Definition at line 96 of file import_pose_options.cc.
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) |
Definition at line 97 of file import_pose_options.cc.
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::skip_set_reasonable_fold_tree | ( | ) | const |
Definition at line 86 of file import_pose_options.cc.
References skip_set_reasonable_fold_tree_.
Referenced by core::import_pose::build_pose_as_is2(), and set_skip_set_reasonable_fold_tree_().
|
virtual |
Reimplemented from core::io::pdb::PDB_DReaderOptions.
Definition at line 63 of file import_pose_options.cc.
|
private |
Definition at line 72 of file import_pose_options.hh.
Referenced by centroid(), and set_centroid().
|
private |
Definition at line 73 of file import_pose_options.hh.
Referenced by fold_tree_io(), and set_fold_tree_io().
|
private |
Definition at line 74 of file import_pose_options.hh.
Referenced by no_optH(), and set_no_optH().
|
private |
Definition at line 75 of file import_pose_options.hh.
Referenced by pack_missing_sidechains(), and set_pack_missing_sidechains().
|
private |
Definition at line 76 of file import_pose_options.hh.
Referenced by read_fold_tree(), and set_read_fold_tree().
|
private |
Definition at line 80 of file import_pose_options.hh.
Referenced by residue_type_set(), and set_residue_type_set().
|
private |
Definition at line 77 of file import_pose_options.hh.
|
private |
Definition at line 78 of file import_pose_options.hh.
Referenced by set_skip_set_reasonable_fold_tree_(), and skip_set_reasonable_fold_tree().
1.8.4