![]() |
Rosetta
2021.16
|
scores a fragment by the root mean square deviation of Phi and Psi angles. More...
#include <MidPhiOut.hh>

Public Member Functions | |
| MidPhiOut (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest) | |
| creates a Phi-Psi-based scoring function. More... | |
| void | do_caching (VallChunkOP) override |
| void | clean_up () override |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
| bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) override |
Public Member Functions inherited from protocols::frag_picker::scores::CachingScoringMethod | |
| CachingScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
Public Member Functions inherited from protocols::frag_picker::scores::FragmentScoringMethod | |
| FragmentScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) | |
| std::string & | get_score_name () |
| Returns a name of this scoring method. More... | |
| core::Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More... | |
| void | set_id (core::Size id) |
| Sets a new integer index for this scoring method. More... | |
| core::Size | get_priority () |
| Returns a priority of this scoring method. More... | |
| core::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 (core::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 | |
| core::Size | id_ |
| core::Size | priority_ |
| std::string | name_ |
| core::Real | lowest_acceptable_value_ |
| bool | use_lowest_ |
| protocols::frag_picker::scores::MidPhiOut::MidPhiOut | ( | core::Size | priority, |
| core::Real | lowest_acceptable_value, | ||
| bool | use_lowest | ||
| ) |
creates a Phi-Psi-based scoring function.
Phi-Psi angles from a fragment will be compared to relevant angles in a given pose, which should have the same number of residues a the query sequence
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References cached_scores_id_, chunk_phi_, do_caching(), and protocols::frag_picker::scores::FragmentScoringMethod::id_.
Referenced by score().
|
overridevirtual |
|
overridevirtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References chunk_phi_.
Referenced by cached_score().
|
overridevirtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References cached_score().
|
private |
Referenced by cached_score().
|
private |
Referenced by cached_score(), and do_caching().
1.8.7