|
Rosetta 3.5
|
#include <ReportPSSMDifference.hh>

Public Types | |
| typedef core::Size | Size |
| typedef core::Real | Real |
| typedef core::pose::Pose | Pose |
Public Member Functions | |
| ReportPSSMDifferences () | |
| ReportPSSMDifferences (ReportPSSMDifferences const &init) | |
| core::Real | calculate (Pose const &pose1, Pose const &pose2, core::pack::task::PackerTaskCOP const &task) |
| std::map< Size, std::string > const & | res_name1 () const |
| utility::vector1< std::pair < core::chemical::AA, utility::vector1< Real > > > const & | pssm_ () const |
| bool | load_pssm_data (std::string const &native_filename) |
| virtual | ~ReportPSSMDifferences () |
Private Attributes | |
| std::map< Size, std::string > | res_name1_ |
| utility::vector1< std::pair < core::chemical::AA, utility::vector1< Real > > > | pssm_data_ |
Definition at line 33 of file ReportPSSMDifference.hh.
Definition at line 38 of file ReportPSSMDifference.hh.
Definition at line 37 of file ReportPSSMDifference.hh.
Definition at line 36 of file ReportPSSMDifference.hh.
|
inline |
Definition at line 40 of file ReportPSSMDifference.hh.
|
inline |
Definition at line 42 of file ReportPSSMDifference.hh.
References pssm_data_, and res_name1_.
|
inlinevirtual |
Definition at line 54 of file ReportPSSMDifference.hh.
| core::Real protocols::protein_interface_design::ReportPSSMDifferences::calculate | ( | Pose const & | pose1, |
| Pose const & | pose2, | ||
| core::pack::task::PackerTaskCOP const & | task | ||
| ) |
Definition at line 76 of file ReportPSSMDifference.cc.
References core::conformation::Residue::aa(), core::conformation::Residue::is_protein(), core::pose::Pose::residue(), core::pose::Pose::total_residue(), and protocols::TR().
Referenced by protocols::protein_interface_design::movers::InterfaceRecapitulationMover::apply().
| bool protocols::protein_interface_design::ReportPSSMDifferences::load_pssm_data | ( | std::string const & | native_filename) |
Definition at line 40 of file ReportPSSMDifference.cc.
References core::chemical::aa_from_oneletter_code(), core::chemical::num_canonical_aas, pssm_data_, and protocols::TR().
Referenced by protocols::protein_interface_design::movers::InterfaceRecapitulationMover::apply().
|
inline |
Definition at line 50 of file ReportPSSMDifference.hh.
References pssm_data_.
|
inline |
Definition at line 48 of file ReportPSSMDifference.hh.
References res_name1_.
|
private |
Definition at line 57 of file ReportPSSMDifference.hh.
Referenced by load_pssm_data(), pssm_(), and ReportPSSMDifferences().
|
private |
Definition at line 54 of file ReportPSSMDifference.hh.
Referenced by ReportPSSMDifferences(), and res_name1().
1.8.4