|
Rosetta 3.5
|
#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... | |
Definition at line 69 of file RRReporterHuman.hh.
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | ) |
Definition at line 78 of file RRReporterHuman.cc.
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | core::pose::Pose const & | native_pose) |
Definition at line 88 of file RRReporterHuman.cc.
References set_native().
|
virtual |
Definition at line 102 of file RRReporterHuman.cc.
| protocols::rotamer_recovery::PerNativeRRReporterHuman::PerNativeRRReporterHuman | ( | PerNativeRRReporterHuman const & | src) |
Definition at line 105 of file RRReporterHuman.cc.
| bool protocols::rotamer_recovery::PerNativeRRReporterHuman::initialized | ( | ) | const |
Definition at line 207 of file RRReporterHuman.cc.
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 | ||
| ) |
Definition at line 192 of file RRReporterHuman.cc.
References initialized_, res_recovered_, res_scores_, and core::conformation::Residue::seqpos().
Referenced by protocols::rotamer_recovery::RRReporterHuman::report_rotamer_recovery().
| void protocols::rotamer_recovery::PerNativeRRReporterHuman::set_native | ( | core::pose::Pose const & | native_pose) |
Definition at line 152 of file RRReporterHuman.cc.
References core::pose::Pose::chi(), initialized_, nat_bb_bins_, nat_chis_, nat_rots_, native_pose_, res_recovered_, res_scores_, core::pose::Pose::residue(), rot(), core::pack::dunbrack::rotamer_from_chi(), torsion2big_bin(), core::pose::Pose::total_residue(), and protocols::rotamer_recovery::TR().
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 |
Definition at line 213 of file RRReporterHuman.cc.
References protocols::comparative_modeling::features::A, core::sequence::end, nat_bb_bins_, nat_rots_, native_pose_, res_scores_, core::io::serialization::size(), and core::pose::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
Definition at line 126 of file RRReporterHuman.cc.
Referenced by set_native().
|
private |
Definition at line 117 of file RRReporterHuman.hh.
Referenced by initialized(), report_rotamer_recovery(), and set_native().
|
private |
Definition at line 119 of file RRReporterHuman.hh.
Referenced by set_native(), and show().
|
private |
Definition at line 121 of file RRReporterHuman.hh.
Referenced by set_native().
|
private |
Definition at line 120 of file RRReporterHuman.hh.
Referenced by set_native(), and show().
|
private |
Definition at line 118 of file RRReporterHuman.hh.
Referenced by set_native(), and show().
|
private |
Definition at line 124 of file RRReporterHuman.hh.
Referenced by report_rotamer_recovery(), and set_native().
|
private |
Definition at line 123 of file RRReporterHuman.hh.
Referenced by report_rotamer_recovery(), set_native(), and show().
1.8.4