![]() |
Rosetta Protocols
2014.16.56682
|
#include <RRReporterHuman.hh>
Public Member Functions | |
| PerNativeRRReporterHuman () | |
| PerNativeRRReporterHuman (core::pose::Pose const &native_pose) | |
| virtual | ~PerNativeRRReporterHuman () |
| PerNativeRRReporterHuman (PerNativeRRReporterHuman const &src) | |
| void | set_native (core::pose::Pose const &native_pose) |
| void | report_rotamer_recovery (core::pose::Pose const &, core::conformation::Residue const &res, core::Real score, bool recovered) |
| bool | initialized () const |
| void | show (std::ostream &out, core::Size column_width=12, core::Size precision=4) const |
Private Member Functions | |
| char | torsion2big_bin (core::Real const phi, core::Real const psi, core::Real const omega) |
| return one character code for region of Ramachandran plot More... | |
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | ) |
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | core::pose::Pose const & | native_pose | ) |
References set_native().
|
virtual |
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | PerNativeRRReporterHuman const & | src | ) |
| bool protocols::rotamer_recovery::PerNativeRRReporterHuman::initialized | ( | ) | const |
References initialized_.
Referenced by protocols::rotamer_recovery::RRReporterHuman::report_rotamer_recovery().
| void protocols::rotamer_recovery::PerNativeRRReporterHuman::report_rotamer_recovery | ( | core::pose::Pose const & | , |
| core::conformation::Residue const & | res, | ||
| core::Real | score, | ||
| bool | recovered | ||
| ) |
| void protocols::rotamer_recovery::PerNativeRRReporterHuman::set_native | ( | core::pose::Pose const & | native_pose | ) |
References core::pose::Pose::chi(), initialized_, nat_bb_bins_, nat_chis_, nat_rots_, native_pose_, res_recovered_, res_scores_, core::pose::Pose::residue(), rot(), rotamer_from_chi(), torsion2big_bin(), core::pose::Pose::total_residue(), protocols::rotamer_recovery::TR, and utility_exit.
Referenced by PerNativeRRReporterHuman(), and protocols::rotamer_recovery::RRReporterHuman::report_rotamer_recovery().
| void protocols::rotamer_recovery::PerNativeRRReporterHuman::show | ( | std::ostream & | out, |
| core::Size | column_width = 12, |
||
| core::Size | precision = 4 |
||
| ) | const |
References begin, end, mean, nat_bb_bins_, nat_rots_, native_pose_, res_scores_, size(), std_dev_with_provided_mean(), and tag_from_pose().
|
private |
return one character code for region of Ramachandran plot
returns 'O' <- cis-omega 'G' <- alpha-L 'E' <- E 'A' <- helical 'B' <- extended 'X' <- otherwise
Referenced by set_native().
|
private |
Referenced by initialized(), report_rotamer_recovery(), and set_native().
|
private |
Referenced by set_native(), and show().
|
private |
Referenced by set_native().
|
private |
Referenced by set_native(), and show().
|
private |
Referenced by set_native(), and show().
|
private |
Referenced by report_rotamer_recovery(), and set_native().
|
private |
Referenced by report_rotamer_recovery(), set_native(), and show().
1.8.7