![]() |
Rosetta Protocols
2014.16.56682
|
#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_ |
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | ) |
default constructor
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | RRProtocolOP | protocol, |
| RRComparerOP | comparer, | ||
| RRReporterOP | reporter | ||
| ) |
|
virtual |
destructor
| protocols::rotamer_recovery::RotamerRecovery::RotamerRecovery | ( | RotamerRecovery const & | src | ) |
copy constructor
| bool protocols::rotamer_recovery::RotamerRecovery::get_ignore_unrecognized_res | ( | ) |
References ignore_unrecognized_res_.
| void protocols::rotamer_recovery::RotamerRecovery::init_rotamer_recovery_with_options | ( | RotamerRecovery & | rotamer_recovery | ) |
References basic::options::OptionKeys::in::ignore_unrecognized_res, ignore_unrecognized_res, basic::options::option, option, set_ignore_unrecognized_res(), and user.
Referenced by init_with_options().
| void protocols::rotamer_recovery::RotamerRecovery::init_with_options | ( | ) |
References init_rotamer_recovery_with_options().
|
virtual |
References reporter_.
|
virtual |
|
virtual |
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 | ||
| ) |
References comparer_, protocol_, and reporter_.
Referenced by protocols::rotamer_recovery::RotamerRecoveryMover::apply(), and protocols::features::RotamerRecoveryFeatures::report_features().
| void protocols::rotamer_recovery::RotamerRecovery::set_ignore_unrecognized_res | ( | bool const | ignore_unrecognized_res | ) |
References ignore_unrecognized_res_.
Referenced by init_rotamer_recovery_with_options().
|
virtual |
References reporter_.
Referenced by protocols::rotamer_recovery::RotamerRecoveryMover::show().
|
virtual |
References reporter_.
|
private |
Referenced by RotamerRecovery(), and run().
|
private |
Referenced by get_ignore_unrecognized_res(), and set_ignore_unrecognized_res().
|
private |
Referenced by RotamerRecovery(), and run().
|
private |
Referenced by recovery_rate(), reset_recovery(), RotamerRecovery(), run(), and show().
1.8.7