|
Rosetta 3.5
|
scores a fragment by the root mean square deviation of Phi and Psi angles. More...
#include <MidPhiOut.hh>


Public Member Functions | |
| MidPhiOut (Size priority, Real lowest_acceptable_value, bool use_lowest) | |
| creates a Phi-Psi-based scoring function. More... | |
| void | do_caching (VallChunkOP) |
| void | clean_up () |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (Size id) |
| Sets a new integer index for this scoring method. More... | |
| Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| Real | get_min_allowed_score () |
| Returns the lowest acceptable score value for this scoring method. More... | |
| bool | get_use_lowest () |
| Returns the boolean choice on using the above lowest acceptable score value. More... | |
| void | set_min_allowed_score (Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More... | |
Private Attributes | |
| ObjexxFCL::FArray1D_double | chunk_phi_ |
| std::string | cached_scores_id_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| Size | id_ |
| Size | priority_ |
| std::string | name_ |
| Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
scores a fragment by the root mean square deviation of Phi and Psi angles.
Definition at line 39 of file MidPhiOut.hh.
| protocols::frag_picker::scores::MidPhiOut::MidPhiOut | ( | Size | priority, |
| Real | lowest_acceptable_value, | ||
| bool | use_lowest | ||
| ) |
creates a Phi-Psi-based scoring function.
Definition at line 65 of file MidPhiOut.cc.
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 82 of file MidPhiOut.cc.
References cached_scores_id_, chunk_phi_, do_caching(), protocols::frag_picker::scores::FragmentScoringMethod::id_, and protocols::swa::phi().
Referenced by score().
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 104 of file MidPhiOut.cc.
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 69 of file MidPhiOut.cc.
References chunk_phi_.
Referenced by cached_score().
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
Definition at line 78 of file MidPhiOut.cc.
References cached_score().
|
private |
Definition at line 55 of file MidPhiOut.hh.
Referenced by cached_score().
|
private |
Definition at line 53 of file MidPhiOut.hh.
Referenced by cached_score(), and do_caching().
1.8.4