|
Rosetta 3.5
|
#include <RotamerRecovery.hh>


Public Member Functions | |
| RotamerRecovery () | |
| default constructor More... | |
| RotamerRecovery (RRProtocolOP protocol, RRComparerOP comparer, RRReporterOP reporter) | |
| specify comparer and reporter More... | |
| virtual | ~RotamerRecovery () |
| destructor More... | |
| RotamerRecovery (RotamerRecovery const &src) | |
| copy constructor More... | |
| virtual void | reset_recovery () |
| virtual void | register_options () const |
| core::Real | run (core::pose::Pose const &pose, core::scoring::ScoreFunction const &score_function, core::pack::task::PackerTask const &packer_task) |
| void | init_rotamer_recovery_with_options (RotamerRecovery &rotamer_recovery) |
| void | init_with_options () |
| void | set_ignore_unrecognized_res (bool const ignore_unrecognized_res) |
| bool | get_ignore_unrecognized_res () |
| virtual void | show (std::ostream &out) const |
| virtual void | show () |
| virtual core::Real | recovery_rate () const |
Private Attributes | |
| RRProtocolOP | protocol_ |
| RRComparerOP | comparer_ |
| RRReporterOP | reporter_ |
| bool | ignore_unrecognized_res_ |
Definition at line 40 of file RotamerRecovery.hh.
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | ) |
default constructor
Definition at line 61 of file RotamerRecovery.cc.
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | RRProtocolOP | protocol, |
| RRComparerOP | comparer, | ||
| RRReporterOP | reporter | ||
| ) |
specify comparer and reporter
Definition at line 68 of file RotamerRecovery.cc.
|
virtual |
destructor
Definition at line 81 of file RotamerRecovery.cc.
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | RotamerRecovery const & | src) |
copy constructor
Definition at line 83 of file RotamerRecovery.cc.
| bool protocols::rotamer_recovery::RotamerRecovery::get_ignore_unrecognized_res | ( | ) |
Definition at line 161 of file RotamerRecovery.cc.
References ignore_unrecognized_res_.
| void protocols::rotamer_recovery::RotamerRecovery::init_rotamer_recovery_with_options | ( | RotamerRecovery & | rotamer_recovery) |
Definition at line 134 of file RotamerRecovery.cc.
References set_ignore_unrecognized_res().
Referenced by init_with_options().
| void protocols::rotamer_recovery::RotamerRecovery::init_with_options | ( | ) |
Definition at line 148 of file RotamerRecovery.cc.
References init_rotamer_recovery_with_options().
|
virtual |
Definition at line 129 of file RotamerRecovery.cc.
References reporter_.
|
virtual |
Definition at line 99 of file RotamerRecovery.cc.
|
virtual |
Definition at line 93 of file RotamerRecovery.cc.
References reporter_.
| Real protocols::rotamer_recovery::RotamerRecovery::run | ( | core::pose::Pose const & | pose, |
| core::scoring::ScoreFunction const & | score_function, | ||
| core::pack::task::PackerTask const & | packer_task | ||
| ) |
Definition at line 109 of file RotamerRecovery.cc.
References comparer_, protocol_, and reporter_.
Referenced by protocols::features::RotamerRecoveryFeatures::report_features().
| void protocols::rotamer_recovery::RotamerRecovery::set_ignore_unrecognized_res | ( | bool const | ignore_unrecognized_res) |
Definition at line 154 of file RotamerRecovery.cc.
References ignore_unrecognized_res_.
Referenced by init_rotamer_recovery_with_options().
|
virtual |
Definition at line 119 of file RotamerRecovery.cc.
References reporter_.
|
virtual |
Definition at line 124 of file RotamerRecovery.cc.
References reporter_.
|
private |
Definition at line 107 of file RotamerRecovery.hh.
Referenced by RotamerRecovery(), and run().
|
private |
Definition at line 110 of file RotamerRecovery.hh.
Referenced by get_ignore_unrecognized_res(), and set_ignore_unrecognized_res().
|
private |
Definition at line 106 of file RotamerRecovery.hh.
Referenced by RotamerRecovery(), and run().
|
private |
Definition at line 108 of file RotamerRecovery.hh.
Referenced by recovery_rate(), reset_recovery(), RotamerRecovery(), run(), and show().
1.8.4